Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Domain ¶
type Domain struct {
ID string
CompanyID string
RequestType string
Title string
Reason string
Status bool
RequestDate string
RequestTime string
CreatedAt time.Time
UpdatedAt time.Time
}
func NewRequestFeat ¶
type RequestFeatRepository ¶
type RequestFeatService ¶
type RequestFeatService interface {
// CreateRequestFeat create new request feat
CreateRequestFeat(upsertRequestFeat spec.UpsertRequestFeat) (id string, err error)
}
func NewRequestFeatService ¶
func NewRequestFeatService(repo RequestFeatRepository) RequestFeatService
Click to show internal directories.
Click to hide internal directories.