name

package
v1.1.4 Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsUUID

func IsUUID(s string) bool

Types

type Action

type Action struct {
	ProjectID string
	ID        string
}

func NewAction

func NewAction(action string) (*Action, error)

func (Action) IsWftmpl

func (ac Action) IsWftmpl() bool

IsWftmpl checks whether the action is wftmpl.

func (Action) Project

func (ac Action) Project() Project

func (Action) String

func (ac Action) String() string

type ActionRun

type ActionRun struct {
	ProjectID string
	ID        string
}

func NewActionRun

func NewActionRun(acr string) (*ActionRun, error)

func (ActionRun) Project

func (acr ActionRun) Project() Project

func (ActionRun) String

func (acr ActionRun) String() string

type File

type File struct {
	ProjectID string
	RecordID  string
	Filename  string
}

func NewFile

func NewFile(file string) (*File, error)

func (File) Project

func (f File) Project() Project

func (File) String

func (f File) String() string

type Organization

type Organization struct {
	OrgID string
}

func NewOrganization

func NewOrganization(org string) (*Organization, error)

func (Organization) String

func (w Organization) String() string

type Project

type Project struct {
	ProjectID string
}

func NewProject

func NewProject(project string) (*Project, error)

func (Project) String

func (p Project) String() string

type Record

type Record struct {
	ProjectID string
	RecordID  string
}

func NewRecord

func NewRecord(record string) (*Record, error)

func (Record) Project

func (r Record) Project() *Project

func (Record) String

func (r Record) String() string

type User

type User struct {
	UserID string
}

func NewUser

func NewUser(user string) (*User, error)

func (User) String

func (w User) String() string

Jump to

Keyboard shortcuts

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