Documentation
¶
Index ¶
Constants ¶
View Source
const (
MaxDetail = libmodel.MaxDetail
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BranchNavigator ¶
type BranchNavigator interface {
}
Tree navigator. Navigate down the children.
type Concern ¶
type Concern struct {
Label string `json:"label"`
Category string `json:"category"`
Assessment string `json:"assessment"`
}
VM concerns.
type InvalidKindError ¶
type InvalidKindError struct {
Object interface{}
}
Invalid kind.
func (InvalidKindError) Error ¶
func (r InvalidKindError) Error() string
type InvalidRefError ¶
type InvalidRefError struct {
Ref
}
Invalid reference.
func (InvalidRefError) Error ¶
func (r InvalidRefError) Error() string
type ListOptions ¶
type ListOptions = libmodel.ListOptions
type ParentNavigator ¶
type ParentNavigator interface {
}
Tree navigator. Navigate up the parent tree.
type Ref ¶
type Ref struct {
// The kind (type) of the referenced.
Kind string `json:"kind"`
// The ID of object referenced.
ID string `json:"id"`
}
An object reference.
Click to show internal directories.
Click to hide internal directories.