supporttickets

package
v0.12.0 Latest Latest
Warning

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

Go to latest
Published: May 25, 2026 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (

	//go:embed parameter-samples/ticket-create.json
	TicketCreateExample string

	// ReplySpec holds the parameters for the reply command.
	ReplySpec struct {
		Body string `json:"body,omitempty"`
	}

	// CreateSpec holds the parameters for the create command.
	CreateSpec struct {
		Body        string   `json:"body,omitempty"`
		Category    string   `json:"category,omitempty"`
		Impact      string   `json:"impact,omitempty"`
		Product     string   `json:"product,omitempty"`
		ServiceName string   `json:"serviceName,omitempty"`
		Subcategory string   `json:"subcategory,omitempty"`
		Subject     string   `json:"subject,omitempty"`
		Type        string   `json:"type,omitempty"`
		Urgency     string   `json:"urgency,omitempty"`
		Watchers    []string `json:"watchers,omitempty"`
	}
)

Functions

func CreateSupportTicket added in v0.12.0

func CreateSupportTicket(cmd *cobra.Command, _ []string)

func GetSupportTickets

func GetSupportTickets(_ *cobra.Command, args []string)

func ListSupportTicketMessages added in v0.11.0

func ListSupportTicketMessages(_ *cobra.Command, args []string)

func ListSupportTickets

func ListSupportTickets(_ *cobra.Command, _ []string)

func ReplySupportTicket added in v0.11.0

func ReplySupportTicket(_ *cobra.Command, args []string)

Types

This section is empty.

Jump to

Keyboard shortcuts

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