Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterProvider ¶
func RegisterProvider(provider DAO)
Types ¶
type DAO ¶
type DAO interface { List(ctx context.Context) ([]Node, error) ByUUID(ctx context.Context, uuid string) (Node, error) }
func GetProvider ¶
func GetProvider() DAO
func NewEmbedded ¶
func NewEmbedded() DAO
type EmbeddedNode ¶
func (*EmbeddedNode) AsTemplate ¶
func (en *EmbeddedNode) AsTemplate() *rest.Template
func (*EmbeddedNode) IsLeaf ¶
func (en *EmbeddedNode) IsLeaf() bool
Click to show internal directories.
Click to hide internal directories.