types

package
v0.0.0-...-0f89c28 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2019 License: Apache-2.0 Imports: 0 Imported by: 6

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TravisJobRespStruct

type TravisJobRespStruct struct {
	Jobs []struct {
		Type   string `json:"@type"`
		Href   string `json:"@href"`
		Number string `json:"number"`
	} `json:"jobs"`
}

TravisCI `/jobs` API structure response

type TravisRespStruct

type TravisRespStruct struct {
	Requests []struct {
		Builds []struct {
			Href              string `json:"@href"`
			PullRequestNumber int    `json:"pull_request_number"`
		} `json:"builds"`
	} `json:"requests"`
}

TravisCI `/requests` API structure response

Jump to

Keyboard shortcuts

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