get_apps

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 {
	ID                 string                               `json:"id"`
	Name               string                               `json:"name"`
	CleanupRequestedAt monad.Maybe[time.Time]               `json:"cleanup_requested_at"`
	CreatedAt          time.Time                            `json:"created_at"`
	CreatedBy          get_deployment.User                  `json:"created_by"`
	Environments       map[string]get_deployment.Deployment `json:"environments"`
}

type Query

type Query struct {
	bus.Query[[]App]
}

Retrieve all apps.

func (Query) Name_

func (Query) Name_() string

Jump to

Keyboard shortcuts

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