Documentation ¶
Index ¶
- func Count(data *CountParam) (int64, error)
- func Create(data *CreateParam) (uint, error)
- func Delete(data *DeleteParam) error
- func Fetch(data *FetchParam) (*tables.LLModel, error)
- func FetchAll(data *FetchAllParam) ([]*tables.LLModel, error)
- func Replace(data *ReplaceParam) error
- func Update(data *UpdateParam) error
- type CountParam
- type CreateParam
- type DeleteParam
- type FetchAllParam
- type FetchParam
- type ReplaceParam
- type UpdateParam
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Count ¶
func Count(data *CountParam) (int64, error)
func Create ¶
func Create(data *CreateParam) (uint, error)
func Delete ¶
func Delete(data *DeleteParam) error
func Replace ¶
func Replace(data *ReplaceParam) error
func Update ¶
func Update(data *UpdateParam) error
Types ¶
type CountParam ¶
type CountParam = FetchAllParam
type CreateParam ¶
type CreateParam struct { Rd uint `json:"rd"` Mid string `json:"mid" binding:"required"` Level int32 `json:"level"` Family string `json:"family" binding:"required"` Provider string `json:"provider" binding:"required"` Model string `json:"model" binding:"required"` Secret string `json:"secret" binding:"required"` Endpoint string `json:"endpoint"` }
type DeleteParam ¶
type DeleteParam = FetchParam
type FetchAllParam ¶
type FetchParam ¶
type ReplaceParam ¶
type ReplaceParam = CreateParam
type UpdateParam ¶
type UpdateParam = CreateParam
Click to show internal directories.
Click to hide internal directories.