Documentation ¶
Index ¶
- Variables
- func Delete(inUrl string) (data []byte, err error)
- func Get(inUrl string) (data []byte, err error)
- func GetConf() *config
- func LoadFileUnmarshal(path string, ret interface{}) error
- func Post(inHead, inBody string) (data []byte, err error)
- func Put(inHead, inBody string) (data []byte, err error)
- func SaveFileMarshal(path string, content interface{}) error
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Log *logrus.Logger
)
Functions ¶
func LoadFileUnmarshal ¶
func SaveFileMarshal ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.