Documentation ¶
Index ¶
- func CreateExtensionScaffold(ctx context.Context, fsfs fnfs.ReadWriteFS, loc fnfs.Location) error
- func CreateGoServiceScaffold(ctx context.Context, fsfs fnfs.ReadWriteFS, loc fnfs.Location, ...) error
- func CreateGoTestScaffold(ctx context.Context, fsfs fnfs.ReadWriteFS, loc fnfs.Location, ...) error
- func CreateProtoScaffold(ctx context.Context, fsfs fnfs.ReadWriteFS, loc fnfs.Location, ...) error
- func CreateServerScaffold(ctx context.Context, fsfs fnfs.ReadWriteFS, loc fnfs.Location, ...) error
- func CreateServiceScaffold(ctx context.Context, fsfs fnfs.ReadWriteFS, loc fnfs.Location, ...) error
- func CreateTestScaffold(ctx context.Context, fsfs fnfs.ReadWriteFS, loc fnfs.Location, ...) error
- func CreateWebServiceScaffold(ctx context.Context, fsfs fnfs.ReadWriteFS, loc fnfs.Location, ...) error
- type GenGoServiceOpts
- type GenGoTestOpts
- type GenProtoServiceOpts
- type GenServerOpts
- type GenServiceOpts
- type GenTestOpts
- type GenWebServiceOpts
- type HttpService
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateExtensionScaffold ¶
func CreateGoServiceScaffold ¶
func CreateGoServiceScaffold(ctx context.Context, fsfs fnfs.ReadWriteFS, loc fnfs.Location, opts GenGoServiceOpts) error
func CreateGoTestScaffold ¶
func CreateGoTestScaffold(ctx context.Context, fsfs fnfs.ReadWriteFS, loc fnfs.Location, opts GenGoTestOpts) error
func CreateProtoScaffold ¶
func CreateProtoScaffold(ctx context.Context, fsfs fnfs.ReadWriteFS, loc fnfs.Location, opts GenProtoServiceOpts) error
func CreateServerScaffold ¶
func CreateServerScaffold(ctx context.Context, fsfs fnfs.ReadWriteFS, loc fnfs.Location, opts GenServerOpts) error
func CreateServiceScaffold ¶
func CreateServiceScaffold(ctx context.Context, fsfs fnfs.ReadWriteFS, loc fnfs.Location, opts GenServiceOpts) error
func CreateTestScaffold ¶
func CreateTestScaffold(ctx context.Context, fsfs fnfs.ReadWriteFS, loc fnfs.Location, opts GenTestOpts) error
func CreateWebServiceScaffold ¶
func CreateWebServiceScaffold(ctx context.Context, fsfs fnfs.ReadWriteFS, loc fnfs.Location, opts GenWebServiceOpts) error
Types ¶
type GenGoServiceOpts ¶
type GenGoServiceOpts struct {
Name string
}
type GenGoTestOpts ¶
type GenGoTestOpts struct {
ServicePkg string
}
type GenProtoServiceOpts ¶
type GenServerOpts ¶
type GenServiceOpts ¶
type GenTestOpts ¶
type GenTestOpts struct {
ServerPkg string
}
type GenWebServiceOpts ¶
type GenWebServiceOpts struct { }
type HttpService ¶
Click to show internal directories.
Click to hide internal directories.