type NamedCertKey … var _ … func (nkc *NamedCertKey) String() string { … } func (nkc *NamedCertKey) Set(value string) error { … } func (*NamedCertKey) Type() string { … } type NamedCertKeyArray … var _ … // NewNamedKeyCertArray creates a new NamedCertKeyArray with the internal value // pointing to p. func NewNamedCertKeyArray(p *[]NamedCertKey) *NamedCertKeyArray { … } func (a *NamedCertKeyArray) Set(val string) error { … } func (a *NamedCertKeyArray) Type() string { … } func (a *NamedCertKeyArray) String() string { … }