Documentation ¶ Index ¶ type Service func NewService(logger util.Logger) *Service func (s *Service) Files(ctx context.Context, args *model.Args, addHeader bool, logger util.Logger) (f file.Files, e error) func (s *Service) Inject(ctx context.Context, args *model.Args, fs file.Files, logger util.Logger) (e error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Service ¶ type Service struct { // contains filtered or unexported fields } func NewService ¶ func NewService(logger util.Logger) *Service func (*Service) Files ¶ func (s *Service) Files(ctx context.Context, args *model.Args, addHeader bool, logger util.Logger) (f file.Files, e error) func (*Service) Inject ¶ func (s *Service) Inject(ctx context.Context, args *model.Args, fs file.Files, logger util.Logger) (e error) Source Files ¶ View all Source files service.go Directories ¶ Show internal Expand all Path Synopsis files controller gomodel grpc helper sql svc view golang inject model Click to show internal directories. Click to hide internal directories.