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) LogValue ¶ added in v2.24.0
func (c Coordinate) LogValue() slog.Value
LogValue implements slog.LogValuer. It returns a group containing the fields of the coordinate so that they appear together in log output
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.