Documentation
¶
Index ¶
- Variables
- func InitConfig()
- func InitKey() []byte
- func LoadJSON(inputFile string, dest interface{}) bool
- func LoadTieOutput(key string, value1 string, value2 string, input *TieOutput, columns *[]string)
- func LoadTieOutput2(key string, value1 string, value2 string, input *TieOutput2)
- func PrintState()
- func SaveJSON(outputFile string, source interface{}) bool
- func SendToWebservice(command string, body json.RawMessage, handler func(json.RawMessage))
- func Tag(path string, tags []string, options TagOptions, ...)
- func TieAdd(Entry1, Relation, Entry2 string, addHandler func(json.RawMessage))
- type AuthError
- type AuthSuccess
- type ByFileName
- type State
- type TagOptions
- type TieOutput
- type TieOutput2
Constants ¶
This section is empty.
Variables ¶
View Source
var ( CurrentState State Config string ConfigDir string ConfigPath string )
Functions ¶
func InitConfig ¶
func InitConfig()
func LoadTieOutput ¶
func LoadTieOutput2 ¶
func LoadTieOutput2(key string, value1 string, value2 string, input *TieOutput2)
func PrintState ¶
func PrintState()
func SendToWebservice ¶
func SendToWebservice(command string, body json.RawMessage, handler func(json.RawMessage))
func Tag ¶
func Tag(path string, tags []string, options TagOptions, addHandler func(json.RawMessage))
func TieAdd ¶
func TieAdd(Entry1, Relation, Entry2 string, addHandler func(json.RawMessage))
Types ¶
type AuthSuccess ¶
type AuthSuccess struct { }
type ByFileName ¶
type ByFileName [][]string
func (ByFileName) Len ¶
func (a ByFileName) Len() int
func (ByFileName) Less ¶
func (a ByFileName) Less(i, j int) bool
func (ByFileName) Swap ¶
func (a ByFileName) Swap(i, j int)
type TagOptions ¶
type TieOutput ¶
func TieOutputToTable ¶
type TieOutput2 ¶
Click to show internal directories.
Click to hide internal directories.