structs

package
v0.0.0-...-8b2d73a Latest Latest
Warning

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

Go to latest
Published: Dec 7, 2018 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetVcapES

func GetVcapES() (string, string, string, error)

Types

type GitRepository

type GitRepository struct {
	Id       int64  `json:"id"`
	Name     string `json:"name"`
	FullName string `json:"full_name"`
	HtmlUrl  string `json:"html_url"`
	Url      string `json:"url"`
}

type GitWebhook

type GitWebhook struct {
	Zen        string        `json:"zen"`
	Ref        string        `json:"ref"`
	BeforeSha  string        `json:"before"`
	AfterSha   string        `json:"after"`
	Repository GitRepository `json:"repository"`
	Timestamp  int64
}

type HtmlAccordion

type HtmlAccordion struct {
	// contains filtered or unexported fields
}

func NewHtmlAccordion

func NewHtmlAccordion() *HtmlAccordion

func (*HtmlAccordion) AddItem

func (h *HtmlAccordion) AddItem(name string, elem fmt.Stringer) *HtmlAccordion

func (*HtmlAccordion) AddKey

func (h *HtmlAccordion) AddKey(name string) *HtmlAccordion

func (*HtmlAccordion) Sort

func (h *HtmlAccordion) Sort() *HtmlAccordion

func (*HtmlAccordion) String

func (h *HtmlAccordion) String() string

func (*HtmlAccordion) Template

func (h *HtmlAccordion) Template() template.HTML

func (*HtmlAccordion) UpdateItem

func (h *HtmlAccordion) UpdateItem(name string, elem fmt.Stringer) *HtmlAccordion

type HtmlBasic

type HtmlBasic struct {
	// contains filtered or unexported fields
}

func NewHtmlBasic

func NewHtmlBasic(tag, value string) *HtmlBasic

func (*HtmlBasic) String

func (h *HtmlBasic) String() string

func (*HtmlBasic) Template

func (h *HtmlBasic) Template() template.HTML

type HtmlBr

type HtmlBr struct{}

func NewHtmlBr

func NewHtmlBr() *HtmlBr

func (*HtmlBr) String

func (h *HtmlBr) String() string

func (*HtmlBr) Template

func (h *HtmlBr) Template() template.HTML

type HtmlButton

type HtmlButton struct {
	// contains filtered or unexported fields
}

func NewHtmlButton

func NewHtmlButton(display, name, value, typ string) *HtmlButton

func (*HtmlButton) String

func (h *HtmlButton) String() string

func (*HtmlButton) Style

func (h *HtmlButton) Style(style string) *HtmlButton

func (*HtmlButton) Template

func (h *HtmlButton) Template() template.HTML

type HtmlCheckbox

type HtmlCheckbox struct {
	// contains filtered or unexported fields
}

func NewHtmlCheckbox

func NewHtmlCheckbox(name string) *HtmlCheckbox

func (*HtmlCheckbox) Add

func (h *HtmlCheckbox) Add(value, text string, selected bool) *HtmlCheckbox

func (*HtmlCheckbox) String

func (h *HtmlCheckbox) String() string

func (*HtmlCheckbox) Template

func (h *HtmlCheckbox) Template() template.HTML

type HtmlCollection

type HtmlCollection struct {
	// contains filtered or unexported fields
}

func NewHtmlCollection

func NewHtmlCollection(items ...HtmlInter) *HtmlCollection

func (*HtmlCollection) Add

func (h *HtmlCollection) Add(item HtmlInter)

func (*HtmlCollection) String

func (h *HtmlCollection) String() string

func (*HtmlCollection) Template

func (h *HtmlCollection) Template() template.HTML

type HtmlForm

type HtmlForm struct {
	// contains filtered or unexported fields
}

func NewHtmlForm

func NewHtmlForm(elem fmt.Stringer) *HtmlForm

func (*HtmlForm) Get

func (h *HtmlForm) Get() *HtmlForm

func (*HtmlForm) Post

func (h *HtmlForm) Post() *HtmlForm

func (*HtmlForm) String

func (h *HtmlForm) String() string

func (*HtmlForm) Template

func (h *HtmlForm) Template() template.HTML

type HtmlInter

type HtmlInter interface {
	Template() template.HTML
	String() string
}

type HtmlString

type HtmlString struct {
	// contains filtered or unexported fields
}

func NewHtmlString

func NewHtmlString(str string) *HtmlString

func (*HtmlString) String

func (h *HtmlString) String() string

func (*HtmlString) Template

func (h *HtmlString) Template() template.HTML

type HtmlSubmitButton

type HtmlSubmitButton struct {
	// contains filtered or unexported fields
}

func NewHtmlSubmitButton

func NewHtmlSubmitButton(value string) *HtmlSubmitButton

func NewHtmlSubmitButton2

func NewHtmlSubmitButton2(name, value string) *HtmlSubmitButton

func NewHtmlSubmitButton3

func NewHtmlSubmitButton3(name, value, class string) *HtmlSubmitButton

func (*HtmlSubmitButton) Special

func (h *HtmlSubmitButton) Special(special string) *HtmlSubmitButton

func (*HtmlSubmitButton) String

func (h *HtmlSubmitButton) String() string

func (*HtmlSubmitButton) Template

func (h *HtmlSubmitButton) Template() template.HTML

type HtmlTable

type HtmlTable struct {
	// contains filtered or unexported fields
}

func NewHtmlTable

func NewHtmlTable() *HtmlTable

func (*HtmlTable) AddItem

func (h *HtmlTable) AddItem(row int, elem fmt.Stringer) *HtmlTable

func (*HtmlTable) AddRow

func (h *HtmlTable) AddRow() *HtmlTable

func (*HtmlTable) String

func (h *HtmlTable) String() string

func (*HtmlTable) Template

func (h *HtmlTable) Template() template.HTML

type HtmlTextField

type HtmlTextField struct {
	// contains filtered or unexported fields
}

func NewHtmlTextField

func NewHtmlTextField(name, value string) *HtmlTextField

func (*HtmlTextField) Special

func (h *HtmlTextField) Special(special string) *HtmlTextField

func (*HtmlTextField) String

func (h *HtmlTextField) String() string

func (*HtmlTextField) Template

func (h *HtmlTextField) Template() template.HTML

type Vcap

type Vcap struct {
	UserProvided VcapServices `json:"user-provided"`
	EceProvided  VcapServices `json:"ece"`
}

type VcapCredentials

type VcapCredentials struct {
	Password  string `json:"password"`
	Port      string `json:"port"`
	Host      string `json:"host"`
	ClusterId string `json:"clusterId"`
	Uri       string `json:"uri"`
	Username  string `json:"username"`
}

type VcapService

type VcapService struct {
	Credentials VcapCredentials `json:"credentials"`
	Name        string          `json:"name"`
}

type VcapServices

type VcapServices []VcapService

Jump to

Keyboard shortcuts

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