Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckPubkeyValidator ¶
func CheckPubkeyValidator(value interface{}) error
Types ¶
type Validatable ¶
type Validatable interface { validation.Validatable Import(d map[string]interface{}) (Validatable, error) }
type ValidatableImpl ¶
type ValidatableImpl struct { }
func (ValidatableImpl) Import ¶
func (v ValidatableImpl) Import(d map[string]interface{}, destType Validatable) (Validatable, error)
Click to show internal directories.
Click to hide internal directories.