Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( PostFilePrefixPath = "" PostFileReadFile = util.ReadFile )
Functions ¶
This section is empty.
Types ¶
type ObjectChecker ¶
type ObjectChecker interface {
IsEmpty() bool
}
type PostFile ¶
type PostFile struct {
FileName *string `json:"fileName" description:"file name"`
Data *string `json:"data" description:"file content, Base64Encode"`
OrigFileName *string `json:"-"`
RawData []byte `json:"-"`
}
func (PostFile) MarshalJSON ¶
func (*PostFile) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.