Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Usecase ¶
type Usecase struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService(ctx context.Context, sanityCfg interface{}, repos *repository.Repository, logger logging.Logger) *Usecase
func (*Usecase) Create ¶
func (s *Usecase) Create(in *warning.WarningCreate) (result warning.WarningResponse, err error)
Click to show internal directories.
Click to hide internal directories.