Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
ID string `json:"id"`
LoginURL string `json:"loginURL"`
Username string `json:"username"`
Password string `json:"password"`
UserAgent string `json:"userAgent"`
UserAgentPw string `json:"userAgentPw"`
Proxy string `json:"proxy"`
RetsVersion string `json:"retsVersion"`
}
Config ...
func ImportFrom ¶
using this to import configs from an existing path walk this path of directories (source id) and extract login []Config from a 'users.json' file at each location
type ListArgs ¶
type ListArgs struct {
Name string `json:"name"`
Source string `json:"source"`
Active *bool `json:"active"`
}
ListArgs ...
type RPCService ¶
RPCService ...
func (*RPCService) List ¶
List .... curl http://localhost:8888/rpc -H "Content-Type: application/json" -X POST -d '{"id": 1, "method":"ConfigService.List","params":[{}]}'
Click to show internal directories.
Click to hide internal directories.