object

package
v1.4.4 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Object

type Object struct {
	SystemID    int64            `yaml:"-" json:"-"`
	ID          string           `yaml:"id,omitempty" json:"id,omitempty"`
	Name        string           `yaml:"name,omitempty" json:"name,omitempty"`
	Version     string           `yaml:"version,omitempty" json:"version,omitempty"`
	User        string           `yaml:"user,omitempty" json:"user,omitempty"`
	Description string           `yaml:"description,omitempty" json:"description,omitempty"`
	Tags        *set.Set[string] `yaml:"tags,omitempty" json:"tags,omitempty"`
	Context     *context.Context `yaml:"context,omitempty" json:"context,omitempty"`
	CreatedAt   int              `yaml:"created_at,omitempty" json:"created_at,omitempty"`
	UpdatedAt   int              `yaml:"updated_at,omitempty" json:"updated_at,omitempty"`
}

func (*Object) GetID

func (o *Object) GetID() string

func (*Object) Init

func (o *Object) Init() error

Directories

Path Synopsis
job

Jump to

Keyboard shortcuts

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