component

package
v0.0.0-...-891dfff Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	StorageType string = "json"
	Dir         string = "storage"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Component

type Component struct {
	Id          string `json:"id"`
	App         string `json:"app"`
	Category    string `json:"category"`
	Environment string `json:"environment"`
	Branch      string `json:"branch"`
	Committer   string `json:"committer"`
	Commit      string `json:"commit"`
	Status      string `json:"status"`
	UpdatedAt   string `json:"updatedAt"`
}

func (*Component) FileName

func (c *Component) FileName() string

func (*Component) Load

func (c *Component) Load()

func (*Component) Save

func (c *Component) Save() error

func (*Component) String

func (c *Component) String() string

Jump to

Keyboard shortcuts

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