get_app_detail

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Dec 21, 2023 License: GPL-3.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 App

type App struct {
	get_apps.App
	Env monad.Maybe[Env]       `json:"env"`
	VCS monad.Maybe[VCSConfig] `json:"vcs"`
}

type Env

type Env map[string]map[string]map[string]string

func (*Env) Scan

func (e *Env) Scan(value any) error

type Query

type Query struct {
	bus.Query[App]

	ID string `json:"-"`
}

Retrieve an app detail.

func (Query) Name_

func (Query) Name_() string

type VCSConfig

type VCSConfig struct {
	Url   string                            `json:"url"`
	Token monad.Maybe[storage.SecretString] `json:"token"`
}

Jump to

Keyboard shortcuts

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