tags

package
v0.22.0 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// CreateTagEndpoint is a string representation of the current endpoint for creating tag
	CreateTagEndpoint = "v1/tag/createTag"
	// GetTagEndpoint is a string representation of the current endpoint for getting tag
	GetTagEndpoint = "v1/tag/getTag"
	// GetTagsEndpoint is a string representation of the current endpoint for getting tags
	GetTagsEndpoint = "v1/tag/getTags"
	// UpdateTagEndpoint is a string representation of the current endpoint for update tag
	UpdateTagEndpoint = "v1/tag/updateTag"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Tag

type Tag struct {
	ID          string    `json:"id"`
	TeamID      string    `json:"team_id"`
	Name        string    `json:"name"`
	Description string    `json:"description"`
	CreatedAt   time.Time `json:"created_at"`
	UpdatedAt   time.Time `json:"updated_at"`
}

Tag is a client provided identifier to group projects

Jump to

Keyboard shortcuts

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