Documentation ¶
Index ¶
- func GetDagsHandler(db *gorm.DB, id string) ([]model.Car, error)
- func GetSourceChunkDetailHandler(db *gorm.DB, id string) (*model.Chunk, error)
- func GetSourceChunksHandler(db *gorm.DB, id string) ([]model.Chunk, error)
- func GetSourceItemDetailHandler(db *gorm.DB, id string) (*model.Item, error)
- func GetSourceItemsHandler(db *gorm.DB, id string) ([]model.Item, error)
- type DirDetail
- type GetPathRequest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetSourceChunksHandler ¶
Types ¶
type DirDetail ¶
func GetPathHandler ¶ added in v0.2.23
type GetPathRequest ¶ added in v0.2.23
type GetPathRequest struct {
Path string `json:"path"`
}
Source Files ¶
Click to show internal directories.
Click to hide internal directories.