Documentation
¶
Index ¶
- type ServerStore
- func (s *ServerStore) Close(ctx context.Context) error
- func (s *ServerStore) HealthStatus(ctx context.Context, req *emptypb.Empty) (*template_manager.HealthStatusResponse, error)
- func (s *ServerStore) TemplateBuildDelete(ctx context.Context, in *template_manager.TemplateBuildDeleteRequest) (*emptypb.Empty, error)
- func (s *ServerStore) TemplateBuildStatus(ctx context.Context, in *template_manager.TemplateStatusRequest) (*template_manager.TemplateBuildStatusResponse, error)
- func (s *ServerStore) TemplateCreate(ctx context.Context, templateRequest *template_manager.TemplateCreateRequest) (*emptypb.Empty, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServerStore ¶
type ServerStore struct {
templatemanager.UnimplementedTemplateServiceServer
// contains filtered or unexported fields
}
func (*ServerStore) HealthStatus ¶
func (*ServerStore) TemplateBuildDelete ¶
func (s *ServerStore) TemplateBuildDelete(ctx context.Context, in *template_manager.TemplateBuildDeleteRequest) (*emptypb.Empty, error)
func (*ServerStore) TemplateBuildStatus ¶
func (s *ServerStore) TemplateBuildStatus(ctx context.Context, in *template_manager.TemplateStatusRequest) (*template_manager.TemplateBuildStatusResponse, error)
func (*ServerStore) TemplateCreate ¶
func (s *ServerStore) TemplateCreate(ctx context.Context, templateRequest *template_manager.TemplateCreateRequest) (*emptypb.Empty, error)
Click to show internal directories.
Click to hide internal directories.