list

package
v0.1.21 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(ctx context.Context, params Params) error

Types

type Params

type Params struct {
	WorkspaceID     string
	BranchID        string
	ComputeID       string
	ActionName      string
	Status          string
	CreateTimeStart string
	CreateTimeEnd   string
	Limit           int
	Offset          int
}

type Result

type Result struct {
	Total      int                    `json:"total" toml:"total" yaml:"total"`
	Limit      int                    `json:"limit" toml:"limit" yaml:"limit"`
	Offset     int                    `json:"offset" toml:"offset" yaml:"offset"`
	Operations []volcengine.Operation `json:"operations" toml:"operations" yaml:"operations"`
}

Jump to

Keyboard shortcuts

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