package
Version:
v0.0.0-...-be67b86
Opens a new window with list of versions in this module.
Published: Mar 3, 2015
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
SUCCESS_LOG_CREATED string = "success__Created"
SUCCESS_LOG_ID string = "success__Id"
ERROR_LOG_MESSAGE string = "error__Message"
)
type Log struct {
Off *bool `json:"off"`
Path string `json:"path"`
}
type Logs struct {
Off *bool `json:"off"`
Path string `json:"path"`
Error Log `json:"error"`
Success Log `json:"success"`
Skip Log `json:"skip"`
Output Log `json:"output"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.