Discover Packages
github.com/fnoopv/yuefu
dto
package
Version:
v0.0.0-...-1cd8125
Opens a new window with list of versions in this module.
Published: Jul 12, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Library struct {
ID string `json:"id"`
Mode string `json:"mode"`
Path string `json:"path"`
CreatedAt int64 `json:"created_at"`
UpdatedAt int64 `json:"updated_at"`
}
type LibraryCreate struct {
Mode string `json:"mode" binding:"required_with=import collection"`
Path string `json:"path" binding:"required"`
}
type LibraryList struct {
Mode string `json:"mode" form:"mode" binding:"required_with=import collection"`
}
type LibraryUpdate struct {
ID string `json:"id" binding:"required"`
Path string `json:"path" binding:"required"`
}
type PaginationDataEntry struct {
}
type PaginationParam struct {
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.