Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Coordinate ¶
type Coordinate struct { // Project specifies the id of a project Project string `json:"project"` // Type specifies the id of an api, or a schema id Type string `json:"type"` // ConfigId specifies the id of a monaco configuration definition ConfigId string `json:"configId"` }
Coordinate struct used to specify the location of a certain configuration
func (Coordinate) Match ¶
func (c Coordinate) Match(coordinate Coordinate) bool
Match tests if this coordinate is the same as the given one
func (Coordinate) String ¶
func (c Coordinate) String() string
Click to show internal directories.
Click to hide internal directories.