Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuditResponse ¶
type Inport ¶
type Inport interface {
Execute(ctx context.Context, req InportRequest) (*InportResponse, error)
}
Inport of ShowAudit
func NewUsecase ¶
NewUsecase is constructor for create default implementation of usecase ShowAudit
type InportRequest ¶
type InportRequest struct { }
InportRequest is request payload to run the usecase ShowAudit
type InportResponse ¶
type InportResponse struct {
Audits []AuditResponse `json:"audits"` //
}
InportResponse is response payload after running the usecase ShowAudit
type Outport ¶
type Outport interface { repository.WithoutTransactionDB repository.FetchAuditRepo }
Outport of ShowAudit
Click to show internal directories.
Click to hide internal directories.