Documentation ¶
Index ¶
- func ConstructURL(base string, qParams map[string]string, paths ...string) (string, error)
- func OpenBrowser(url string) error
- func Request(method, url string, body io.Reader, h http.Header) (*http.Response, []byte, error)
- func WriteToConfig(conf Config) error
- type AuthConfig
- type Config
- type IssueSummonerConfig
- type Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConstructURL ¶
func OpenBrowser ¶
func WriteToConfig ¶
Types ¶
type AuthConfig ¶
type IssueSummonerConfig ¶
type IssueSummonerConfig struct {
Auth AuthConfig `json:"auth"`
}
type Logger ¶
type Logger struct {
// contains filtered or unexported fields
}
func (*Logger) PrintStdout ¶
Click to show internal directories.
Click to hide internal directories.