provider

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2025 License: MPL-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Member

type Member struct {
	Name     string `yaml:"name"`
	Type     string `yaml:"type"`
	Location string `yaml:"location"`
}

type Set

type Set struct {
	Members []*Member `yaml:"providers"`
	// contains filtered or unexported fields
}

func From

func From(path string) (*Set, error)

func (*Set) Get

func (s *Set) Get(name string) (info.Provider, error)

func (*Set) To

func (s *Set) To(path string) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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