Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewGenDataService)
ProviderSet is service providers.
Functions ¶
This section is empty.
Types ¶
type GenDataService ¶
type GenDataService struct { v1.UnimplementedGenDataServiceServer // contains filtered or unexported fields }
func NewGenDataService ¶
func NewGenDataService() *GenDataService
func (*GenDataService) Gen ¶
func (s *GenDataService) Gen(ctx context.Context, request *v1.GenRequest) (*v1.GenResponse, error)
func (*GenDataService) PredefinedSettings ¶
func (s *GenDataService) PredefinedSettings(ctx context.Context, request *v1.PredefinedSettingsRequest) (*v1.PredefinedSettingsResponse, error)
Click to show internal directories.
Click to hide internal directories.