agtapi

package
v0.10.2 Latest Latest
Warning

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

Go to latest
Published: May 12, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type VcsStatusItem

type VcsStatusItem struct {
	Dir         string `json:"dir"` // primary key
	Url         string `json:"url"`
	Branch      string `json:"branch"`
	Action      uint32 `json:"action"`
	Msg         string `json:"msg"`
	Version     string `json:"version"`
	PrevVersion string `json:"prev_version"`
	Updated     uint32 `json:"updated"`
	AppSpecId   string `json:"app_spce_id"`
}

type VcsStatusItems

type VcsStatusItems []*VcsStatusItem

func (*VcsStatusItems) Del

func (ls *VcsStatusItems) Del(id string)

func (*VcsStatusItems) Get

func (ls *VcsStatusItems) Get(id string) *VcsStatusItem

func (*VcsStatusItems) Set

func (ls *VcsStatusItems) Set(v2 *VcsStatusItem)

Jump to

Keyboard shortcuts

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