Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DpRestURL *string DpSomaURL *string DpUsername *string DpPassword *string DpDomain *string Proxy *string )
DataPower configuration from command flags.
View Source
var Conf = Config{Cmd: Command{Viewer: "less", Editor: "vi"}, Log: Log{MaxEntrySize: logging.MaxEntrySize}, Sync: Sync{Seconds: 4}}
var Cmd = Command{Viewer: "less", Editor: "vi"}
View Source
var DebugLogFile *bool
DebugLogFile enables writing of debug messages to dpcmder.log file in current folder.
View Source
var LocalFolderPath *string
LocalFolderPath is a folder where dpcmder start showing files - set by command flag.
Functions ¶
func DpUseRest ¶
func DpUseRest() bool
DpUseRest returns true if we configured dpcmder to use DataPower REST Management interface.
func DpUseSoma ¶
func DpUseSoma() bool
DpUseSoma returns true if we configured dpcmder to use DataPower SOMA Management interface.
Types ¶
Click to show internal directories.
Click to hide internal directories.