Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct {
	ID               string
	Name             string
	Service          string
	Path             string
	Description      string
	Timeout          int
	Retry            int
	Model            string
	CreateAt         time.Time
	UpdateAt         time.Time
	Creator          string
	Updater          string
	AdditionalConfig map[string]interface{}
	Disable          bool
}
    func FromEntity ¶
type IAPIService ¶
type IAPIService interface {
	universally.IServiceGet[API]
	universally.IServiceCreate[Create]
	universally.IServiceEdit[Edit]
	universally.IServiceDelete
}
     Click to show internal directories. 
   Click to hide internal directories.