package
Version:
v0.0.0-...-20f0e28
Opens a new window with list of versions in this module.
Published: Jun 24, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Endpoint struct {
Base string `json:name`
Version string `json:version`
Path string `json:path`
}
type ServiceNow struct {
BaseURL url.URL `json:"url"`
Endpoints map[string]Endpoint `json:"endpoints"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.