Documentation ¶ Index ¶ type Service func NewService(logger *zap.SugaredLogger) *Service func (s *Service) Files(args *model.Args, addHeader bool) (file.Files, error) func (s *Service) Inject(args *model.Args, fs file.Files) 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 *zap.SugaredLogger) *Service func (*Service) Files ¶ func (s *Service) Files(args *model.Args, addHeader bool) (file.Files, error) func (*Service) Inject ¶ func (s *Service) Inject(args *model.Args, fs file.Files) 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.