config

package
v0.0.0-...-5b9042e Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CloudProject

type CloudProject struct{}

func (CloudProject) GetID

func (cp CloudProject) GetID(_ context.Context) (string, error)

type LocalProject

type LocalProject struct{}

func (LocalProject) GetID

func (lp LocalProject) GetID(_ context.Context) (string, error)

type Project

type Project interface {
	GetID(context.Context) (string, error)
}

func NewProject

func NewProject(env env.Env) Project

Jump to

Keyboard shortcuts

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