satellite

package
v0.0.0-...-e537141 Latest Latest
Warning

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

Go to latest
Published: Jun 9, 2023 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Orbit

type Orbit int

ENUM(

Descending
Ascending

)

const (
	Asc Orbit = OrbitAscending
	Dsc Orbit = OrbitDescending
)
const (
	// OrbitDescending is a Orbit of type Descending.
	OrbitDescending Orbit = iota
	// OrbitAscending is a Orbit of type Ascending.
	OrbitAscending
)

func ParseOrbit

func ParseOrbit(name string) (Orbit, error)

ParseOrbit attempts to convert a string to a Orbit.

func (Orbit) MarshalText

func (x Orbit) MarshalText() ([]byte, error)

MarshalText implements the text marshaller method.

func (Orbit) String

func (x Orbit) String() string

String implements the Stringer interface.

func (*Orbit) UnmarshalText

func (x *Orbit) UnmarshalText(text []byte) error

UnmarshalText implements the text unmarshaller method.

Jump to

Keyboard shortcuts

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