Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUnknownObjectKind = errors.New("unknown object kind")
Functions ¶
This section is empty.
Types ¶
type NamedObject ¶
type ObjectList ¶
type ObjectList []Object
func (ObjectList) Visit ¶
func (l ObjectList) Visit(visitors ...ObjectVisitorFunc)
type ObjectMeta ¶
type ObjectMeta struct {
Name string `json:"name,omitempty"`
}
func (ObjectMeta) GetName ¶
func (o ObjectMeta) GetName() string
type ObjectVisitorFunc ¶
type ObjectVisitorFunc = interface{} // func(*T) or func(*T, *jsonschema.Schema)
Click to show internal directories.
Click to hide internal directories.