types

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: May 14, 2020 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Modelsets map[string]Modelset
	Stores    map[string]Store

	CueValue cue.Value
}

type Creds

type Creds struct {
	StoreName  string
	CredValues map[string]string

	CueValue cue.Value
}

type Model

type Model struct {
	Name string

	CueValue cue.Value
}

type Modelset

type Modelset struct {
	Name string

	Entry    string
	CueValue cue.Value

	Models map[string]Model
}

type Store

type Store struct {
	ID      string
	Type    string
	Version string

	CueValue cue.Value
}

Jump to

Keyboard shortcuts

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