cleanup

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2023 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FindUnlinkedPid

func FindUnlinkedPid(config configuration.Config, deploymentAgeBuffer time.Duration) (unlinkedPid map[string][]string, err error)

func FindUnlinkedVid

func FindUnlinkedVid(config configuration.Config) (unlinkedVid []string, err error)

func Get

func Get(url string, result interface{}) (err error)

func RemovePid

func RemovePid(ids map[string][]string) error

func RemoveVid

func RemoveVid(config configuration.Config, ids []string) error

func RemoveVidWithCqrs

func RemoveVidWithCqrs(cqrs kafka.Interface, config configuration.Config, ids []string) error

Types

type Deployment

type Deployment struct {
	Id             string `json:"id"`
	Name           string `json:"name"`
	Source         string `json:"source"`
	DeploymentTime string `json:"deploymentTime"`
	TenantId       string `json:"tenantId"`
}

type DeploymentDeleteCommand

type DeploymentDeleteCommand struct {
	Command string `json:"command"`
	Id      string `json:"id"`
	Owner   string `json:"owner"`
	Source  string `json:"source,omitempty"`
}

type Deployments

type Deployments = []Deployment

Jump to

Keyboard shortcuts

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