Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GRPCClient ¶
type GRPCClient struct { Client template_manager.TemplateServiceClient // contains filtered or unexported fields }
func NewClient ¶
func NewClient() (*GRPCClient, error)
func (*GRPCClient) Close ¶
func (a *GRPCClient) Close() error
type TemplateManager ¶
type TemplateManager struct {
// contains filtered or unexported fields
}
func New ¶
func New() (*TemplateManager, error)
func (*TemplateManager) Close ¶
func (tm *TemplateManager) Close() error
func (*TemplateManager) CreateTemplate ¶
func (*TemplateManager) DeleteInstance ¶
func (tm *TemplateManager) DeleteInstance(ctx context.Context, templateID string) error
Click to show internal directories.
Click to hide internal directories.