done

package
v0.8.1 Latest Latest
Warning

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

Go to latest
Published: Apr 6, 2022 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Add

type Add struct {
	Body string `json:"body"`
}

type Comment

type Comment struct {
	Add Add `json:"add"`
}

type Fields

type Fields struct {
	Resolution Resolution `json:"resolution"`
}

type Jira

type Jira struct {
	User, Pass, FQDN, TicketNumber, Comment string
}

func (*Jira) Done

func (j *Jira) Done() error

type Payload

type Payload struct {
	Update     Update     `json:"update"`
	Fields     Fields     `json:"fields"`
	Transition Transition `json:"transition"`
}

type Resolution

type Resolution struct {
	Name string `json:"name"`
}

type Transition

type Transition struct {
	ID string `json:"id"`
}

type Update

type Update struct {
	Comment []Comment `json:"comment"`
}

Jump to

Keyboard shortcuts

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