models

package
v0.0.0-...-d625503 Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2015 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Builds

func Builds() map[string]interface{}

func BuildsStatus

func BuildsStatus() []map[string]interface{}

Types

type BuildStatus

type BuildStatus struct {
	BuildTypeId string `json:"buildTypeId"`
	Status      string `json:"status"`
	StatusText  string `json:"statusText"`
	BuildType   struct {
		Name string `json:"name"`
	} `json:"buildType"`
	LastChanges struct {
		Change []struct {
			Username string `json:"username"`
		} `json:"change"`
	} `json:"lastChanges"`
}

type HttpResponse

type HttpResponse struct {
	Resp *http.Response
	Body string
}

Jump to

Keyboard shortcuts

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