managerparam

package
v0.0.0-...-9e81241 Latest Latest
Warning

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

Go to latest
Published: May 30, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CreateDefaultProject = "CreateDefaultProject"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type AddSourceRequest

type AddSourceRequest struct {
	Name        string
	Description string
	ProjectID   string
}

type AddSourceResponse

type AddSourceResponse struct {
	ID          string
	WriteKey    string
	Name        string
	Description string
	ProjectID   string
	OwnerID     string
	Status      entity.Status
	CreateAt    time.Time
	UpdateAt    time.Time
	DeleteAt    *time.Time
}

type Inbroker

type Inbroker struct {
	ID  string
	Msg string
}

type UpdateSourceRequest

type UpdateSourceRequest struct {
	Name        string
	Description string
	ProjectID   string
	Status      entity.Status
}

type UpdateSourceResponse

type UpdateSourceResponse struct {
	ID          string
	WriteKey    string
	Name        string
	Description string
	ProjectID   string
	OwnerID     string
	Status      entity.Status
	CreateAt    time.Time
	UpdateAt    time.Time
	DeleteAt    *time.Time
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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