Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SystemRoutes ¶
Types ¶
type DBUploadInput ¶
type DBUploadInput struct { GroupID string `form:"groupid" json:"groupid"` ShopID string `form:"shopid" json:"shopid"` BackupDate string `form:"backUpDate" json:"backUpDate"` Module string `form:"module" json:"module"` Digest string `form:"digest" json:"digest"` }
func (DBUploadInput) GetKey ¶
func (in DBUploadInput) GetKey(prefix, filename string) string
func (DBUploadInput) GetMessage ¶
func (in DBUploadInput) GetMessage(filename, salt string) string
type LogUploadInput ¶
type LogUploadInput struct { ShopID string `form:"shopid" json:"shopid"` DeviceID string `form:"deviceid" json:"deviceid"` VerSaaS string `form:"versaas" json:"versaas"` AppName string `form:"applicationname" json:"applicationname"` Timestamp string `form:"timestamp" json:"timestamp"` Digest string `form:"digest" json:"digest"` }
func (LogUploadInput) GetKey ¶
func (in LogUploadInput) GetKey(prefix, filename string) string
func (LogUploadInput) GetMessage ¶
func (in LogUploadInput) GetMessage(filename, salt string) string
Click to show internal directories.
Click to hide internal directories.