package
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: Nov 29, 2022
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
type EndpointCreate struct {
Endpoint types.Endpoint `json:"endpoint"`
}
type EndpointsList struct {
Endpoints []types.Endpoint `json:"endpoints"`
}
type Error struct {
Error_ string `json:"error"`
}
type NetworkCreate struct {
Network types.Network `json:"network"`
}
type NetworkShow struct {
Network types.Network `json:"network"`
}
type NetworksList struct {
Networks []types.Network `json:"networks"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.