mutate

package
v3.1.12+incompatible Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2020 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const ErrNotFound = "not_found"

Variables

This section is empty.

Functions

func ResultFromError

func ResultFromError(err error) (res rpcdef.MutateResult)

func UnmarshalAction

func UnmarshalAction(fn string) (v agent.IntegrationMutationRequestAction)

Types

type AllowedValue

type AllowedValue struct {
	ID   string `json:"id"`
	Name string `json:"name"`
}

type IssueTransition

type IssueTransition struct {
	ID     string                 `json:"id"`
	Name   string                 `json:"name"`
	Fields []IssueTransitionField `json:"fields"`
}

type IssueTransitionField

type IssueTransitionField struct {
	ID            string         `json:"id"`
	Name          string         `json:"name"`
	AllowedValues []AllowedValue `json:"allowed_values"`
	Required      bool           `json:"required"`
}

Jump to

Keyboard shortcuts

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