Documentation
¶
Index ¶
- func GetVcapES() (string, string, string, error)
- type GitRepository
- type GitWebhook
- type HtmlAccordion
- func (h *HtmlAccordion) AddItem(name string, elem fmt.Stringer) *HtmlAccordion
- func (h *HtmlAccordion) AddKey(name string) *HtmlAccordion
- func (h *HtmlAccordion) Sort() *HtmlAccordion
- func (h *HtmlAccordion) String() string
- func (h *HtmlAccordion) Template() template.HTML
- func (h *HtmlAccordion) UpdateItem(name string, elem fmt.Stringer) *HtmlAccordion
- type HtmlBasic
- type HtmlBr
- type HtmlButton
- type HtmlCheckbox
- type HtmlCollection
- type HtmlForm
- type HtmlInter
- type HtmlString
- type HtmlSubmitButton
- type HtmlTable
- type HtmlTextField
- type Vcap
- type VcapCredentials
- type VcapService
- type VcapServices
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GitRepository ¶
type GitWebhook ¶
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 ¶
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 ¶
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
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 VcapService ¶
type VcapService struct {
Credentials VcapCredentials `json:"credentials"`
Name string `json:"name"`
}
type VcapServices ¶
type VcapServices []VcapService
Click to show internal directories.
Click to hide internal directories.