Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Service ¶
type Service interface {
CreateResource(entity modelAPI.Entity) (modelAPI.Entity, error)
UpdateResource(entity modelAPI.Entity) (modelAPI.Entity, error)
ListResource(prefix string) ([]modelAPI.Entity, error)
GetResource(name string) (modelAPI.Entity, error)
DeleteResource(name string) error
BuildMatrix(hits []modelAPI.Entity) [][]string
GetColumHeader() []string
}
Click to show internal directories.
Click to hide internal directories.