Documentation
¶
Overview ¶
Package server implements the API server for the application.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type API ¶
type API struct {
// contains filtered or unexported fields
}
API provides the API server implementation.
func (*API) GenerateCode ¶
func (api *API) GenerateCode(ctx context.Context, request *generator.GenerateCodeRequest) (*generator.GenerateCodeResponse, error)
GenerateCode implements generator.PluginGeneratorServiceServer.
func (*API) Plugins ¶
func (api *API) Plugins(ctx context.Context, _ *generator.PluginsRequest) (*generator.PluginsResponse, error)
Plugins implements generator.ServiceAPIServer.
Click to show internal directories.
Click to hide internal directories.