coordinate

package
v2.13.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 4, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL