Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Basic ¶
type Basic struct { Username string `toml:"username"` Password string `toml:"password"` Header []string `toml:"header"` }
Basic type
type Configs ¶
type Configs struct { General General `toml:"General"` Gist Gist `toml:"Gist"` Services Services `toml:"Services"` }
Configs type
type Endpoint ¶
type Endpoint struct { ID string `toml:"id"` Name string `toml:"name"` Description string `toml:"description"` Method string `toml:"method"` Headers [][]string `toml:"headers"` Parameters [][]string `toml:"parameters"` URI string `toml:"uri"` Body string `toml:"body"` Public bool `toml:"public"` }
Endpoint type
type General ¶
type General struct { Editor string `toml:"editor"` Column int `toml:"column"` Selectcmd string `toml:"selectcmd"` Backend string `toml:"backend"` Sortby string `toml:"sortby"` }
General type
type Gist ¶
type Gist struct { AccessToken string `toml:"access_token"` GistID string `toml:"gist_id"` Username string `toml:"username"` Public bool `toml:"public"` AutoSync bool `toml:"auto_sync"` }
Gist type
type Main ¶
type Main struct { ID string `toml:"id"` Name string `toml:"name"` Description string `toml:"description"` Timeout string `toml:"timeout"` ServiceURL string `toml:"service_url"` Headers [][]string `toml:"headers"` }
Main type
type Security ¶
type Security struct { Scheme string `toml:"scheme"` Basic Basic `toml:"Basic"` APIKey APIKey `toml:"ApiKey"` Bearer Bearer `toml:"Bearer"` }
Security type
Click to show internal directories.
Click to hide internal directories.