Discover Packages
github.com/thetkpark/cscms
cmd
package
Version:
v1.1.3
Opens a new window with list of versions in this module.
Published: Dec 29, 2021
License: MIT
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Execute adds all child commands to the root command and sets flags appropriately.
This is called by main.main(). It only needs to happen once to the rootCmd.
type Image struct {
ID uint `json:"id"`
CreatedAt time .Time `json:"created_at"`
UpdatedAt time .Time `json:"updated_at"`
OriginalFilename string `json:"original_filename"`
FileSize uint64 `json:"file_size"`
FilePath string `json:"file_path"`
UserID uint `json:"user_id"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.