Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct {
// code
Code int32 `json:"code,omitempty"`
// fields
Fields string `json:"fields,omitempty"`
// message
Message string `json:"message,omitempty"`
}
Error error swagger:model Error
type Line ¶
type Line struct {
// The common name of the line, without specifing the direction
CommonName string `json:"common_name,omitempty"`
// line type
LineType interface{} `json:"line_type,omitempty"`
}
Line line swagger:model Line
Click to show internal directories.
Click to hide internal directories.