handler

package
v1.0.9 Latest Latest
Warning

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

Go to latest
Published: Sep 12, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CommentDeleteActivity added in v1.0.7

type CommentDeleteActivity struct {
	ActivityId string `json:"activity_id,omitempty"`
}

CommentDeleteActivity

type CreateIssueCommentForm

type CreateIssueCommentForm struct {
	Body string `json:"body,omitempty"`
}

CreateIssueCommentForm

type CreateIssueForm

type CreateIssueForm struct {
	Assignees    []string `json:"assignees,omitempty"`
	Body         string   `json:"body,omitempty"`
	EndDate      string   `json:"end_date,omitempty"`
	Labels       []string `json:"labels,omitempty"`
	Priority     string   `json:"priority,omitempty"`
	StartDate    string   `json:"start_date,omitempty"`
	TemplatePath string   `json:"template_path,omitempty"`
	Title        string   `json:"title,omitempty"`
}

CreateIssueForm

type CreateLabelForm

type CreateLabelForm struct {
	Color       string `json:"color,omitempty"`
	Description string `json:"description,omitempty"`
	Name        string `json:"name,omitempty"`
}

CreateLabelForm

type GitIgnoreTemplate

type GitIgnoreTemplate struct {
	Name   string `json:"name,omitempty"`
	Source string `json:"source,omitempty"`
}

GitIgnoreTemplate

type IssueCommentReactionForm added in v1.0.6

type IssueCommentReactionForm struct {
	Reaction string `json:"reaction,omitempty"`
	Scene    string `json:"scene,omitempty"`
}

IssueCommentReactionForm

type IssueNumber

type IssueNumber struct {
	Number string `json:"number,omitempty"`
}

IssueNumber

type IssueReactionForm added in v1.0.6

type IssueReactionForm struct {
	Reaction string `json:"reaction,omitempty"`
	Scene    string `json:"scene,omitempty"`
}

IssueReactionForm

type LabelID

type LabelID struct {
	Id string `json:"id,omitempty"`
}

LabelID

type License

type License struct {
	Body        string   `json:"body,omitempty"`
	Conditions  []string `json:"conditions,omitempty"`
	Description string   `json:"description,omitempty"`
	Key         string   `json:"key,omitempty"`
	Limitations []string `json:"limitations,omitempty"`
	Name        string   `json:"name,omitempty"`
	Permissions []string `json:"permissions,omitempty"`
	SpdxId      string   `json:"spdx_id,omitempty"`
}

License

type LicenseListItem

type LicenseListItem struct {
	Key    string `json:"key,omitempty"`
	Name   string `json:"name,omitempty"`
	SpdxId string `json:"spdx_id,omitempty"`
}

LicenseListItem

type LogoutRes

type LogoutRes struct {
	Url string `json:"url,omitempty"`
}

LogoutRes

type MissionFilter

type MissionFilter struct {
	Field    string   `json:"field,omitempty"`
	Operator string   `json:"operator,omitempty"`
	Value    []string `json:"value,omitempty"`
}

MissionFilter

type MissionFilterFrom

type MissionFilterFrom struct {
	Selectors []*MissionFilter `json:"selectors,omitempty"`
}

MissionFilterFrom

type PullRequestCommentReactionForm added in v1.0.6

type PullRequestCommentReactionForm struct {
	Reaction string `json:"reaction,omitempty"`
	Scene    string `json:"scene,omitempty"`
}

PullRequestCommentReactionForm

type PullRequestReactionForm added in v1.0.6

type PullRequestReactionForm struct {
	Reaction string `json:"reaction,omitempty"`
	Scene    string `json:"scene,omitempty"`
}

PullRequestReactionForm

type PullRequestReviewCommentReactionForm added in v1.0.6

type PullRequestReviewCommentReactionForm struct {
	Reaction string `json:"reaction,omitempty"`
	Scene    string `json:"scene,omitempty"`
}

PullRequestReviewCommentReactionForm

type PullRequestReviewReactionForm added in v1.0.6

type PullRequestReviewReactionForm struct {
	Reaction string `json:"reaction,omitempty"`
	Scene    string `json:"scene,omitempty"`
}

PullRequestReviewReactionForm

type ReleaseReactionForm added in v1.0.6

type ReleaseReactionForm struct {
	Reaction string `json:"reaction,omitempty"`
	Scene    string `json:"scene,omitempty"`
}

ReleaseReactionForm

type UpdateIssueForm

type UpdateIssueForm struct {
	Body        string `json:"body,omitempty"`
	EndDate     string `json:"end_date,omitempty"`
	Priority    string `json:"priority,omitempty"`
	StartDate   string `json:"start_date,omitempty"`
	State       string `json:"state,omitempty"`
	StateReason string `json:"state_reason,omitempty"`
	Title       string `json:"title,omitempty"`
}

UpdateIssueForm

type UpdateIssueSubForm added in v1.0.4

type UpdateIssueSubForm struct {
	SubEvent []string `json:"sub_event,omitempty"`
	SubModel string   `json:"sub_model,omitempty"`
}

UpdateIssueSubForm

type UpdateItemField

type UpdateItemField struct {
	Id    string   `json:"id,omitempty"`
	Value []string `json:"value,omitempty"`
}

UpdateItemField

type UpdateItemFieldInBatchForm

type UpdateItemFieldInBatchForm struct {
	Field             string             `json:"field,omitempty"`
	Type              string             `json:"type,omitempty"`
	UpdatedItemFields []*UpdateItemField `json:"updated_item_fields,omitempty"`
}

UpdateItemFieldInBatchForm

type UpdateLabelForm

type UpdateLabelForm struct {
	Color       string `json:"color,omitempty"`
	Description string `json:"description,omitempty"`
	NewName     string `json:"new_name,omitempty"`
}

UpdateLabelForm

Source Files

  • handler.go

Jump to

Keyboard shortcuts

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