Documentation
¶
Index ¶
Constants ¶
View Source
const (
FILENAME_PATTERN = "^(\\S+)_(\\S+)_(\\S+)" + "_REQ_" + "(\\S+)_(\\S+)\\.(json|xml|zip)$"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FilenameReq ¶
type FilenameReq struct { AppId string `json:"appId"` FilenamePre string `json:"filenamePre"` Filename string `json:"filename"` Timestamp string `json:"timestamp"` }
func MatchFileName ¶
func MatchFileName(filename string) (*FilenameReq, error)
Click to show internal directories.
Click to hide internal directories.