Versions in this module Expand all Collapse all v0 v0.1.0 Sep 28, 2018 Changes in this version + var Logger = log.New(os.Stderr, "", 0) + type Alert struct + Class string + Dismissable bool + ID string + Style string + Yield func() + func (r *Alert) Render(ctx context.Context, w io.Writer) + type Badge struct + Class string + ID string + Pill bool + Style string + Yield func() + func (r *Badge) Render(ctx context.Context, w io.Writer) + type Breadcrumb struct + Class string + ID string + Yield func() + func (r *Breadcrumb) Render(ctx context.Context, w io.Writer) + type BreadcrumbItem struct + Active bool + Class string + ID string + Yield func() + func (r *BreadcrumbItem) Render(ctx context.Context, w io.Writer) + type Button struct + Active bool + Block bool + Class string + Disabled bool + Dropdown bool + Form string + Href string + ID string + Name string + NodeName string + Outline bool + Size string + Style string + Target string + Title string + Type string + Value string + Yield func() + func (r *Button) Render(ctx context.Context, w io.Writer) + type ButtonGroup struct + Class string + ID string + Size string + Vertical bool + Yield func() + func (r *ButtonGroup) Render(ctx context.Context, w io.Writer) + type ButtonToolbar struct + Class string + ID string + Size string + Vertical bool + Yield func() + func (r *ButtonToolbar) Render(ctx context.Context, w io.Writer) + type Card struct + Body func() + Class string + Footer func() + Header func() + ID string + Yield func() + func (r *Card) Render(ctx context.Context, w io.Writer) + type CardColumns struct + Class string + ID string + Yield func() + func (r *CardColumns) Render(ctx context.Context, w io.Writer) + type CardDeck struct + Class string + ID string + Yield func() + func (r *CardDeck) Render(ctx context.Context, w io.Writer) + type CardGroup struct + Class string + ID string + Yield func() + func (r *CardGroup) Render(ctx context.Context, w io.Writer) + type Carousel struct + Class string + Controls func() + ID string + Indicators func() + Inner func() + func (r *Carousel) Render(ctx context.Context, w io.Writer) + type CarouselControlNext struct + Class string + ID string + Target string + func (r *CarouselControlNext) Render(ctx context.Context, w io.Writer) + type CarouselControlPrev struct + Class string + ID string + Target string + func (r *CarouselControlPrev) Render(ctx context.Context, w io.Writer) + type CarouselIndicator struct + Active bool + Class string + ID string + SlideTo int + Target string + func (r *CarouselIndicator) Render(ctx context.Context, w io.Writer) + type CarouselIndicators struct + Class string + ID string + Yield func() + func (r *CarouselIndicators) Render(ctx context.Context, w io.Writer) + type CarouselItem struct + Active bool + Class string + ID string + Yield func() + func (r *CarouselItem) Render(ctx context.Context, w io.Writer) + type CloseButton struct + Class string + Dismiss string + ID string + func (r *CloseButton) Render(ctx context.Context, w io.Writer) + type Container struct + Class string + Fluid bool + ID string + Yield func() + func (r *Container) Render(ctx context.Context, w io.Writer) + type Dropdown struct + Class string + ID string + Yield func() + func (r *Dropdown) Render(ctx context.Context, w io.Writer) + type DropdownDivider struct + Class string + ID string + func (r *DropdownDivider) Render(ctx context.Context, w io.Writer) + type DropdownMenu struct + Class string + ID string + Yield func() + func (r *DropdownMenu) Render(ctx context.Context, w io.Writer) + type FormCheck struct + Class string + ID string + Inline bool + Yield func() + func (r *FormCheck) Render(ctx context.Context, w io.Writer) + type FormGroup struct + Class string + ID string + Yield func() + func (r *FormGroup) Render(ctx context.Context, w io.Writer) + type FormRow struct + Class string + ID string + Yield func() + func (r *FormRow) Render(ctx context.Context, w io.Writer) + type FormText struct + Class string + ID string + Yield func() + func (r *FormText) Render(ctx context.Context, w io.Writer) + type InputGroup struct + Append func() + Class string + ID string + Prepend func() + Size string + Yield func() + func (r *InputGroup) Render(ctx context.Context, w io.Writer) + type InputGroupText struct + Class string + ID string + Yield func() + func (r *InputGroupText) Render(ctx context.Context, w io.Writer) + type InvalidFeedback struct + Class string + ID string + Yield func() + func (r *InvalidFeedback) Render(ctx context.Context, w io.Writer) + type Jumbotron struct + Class string + ID string + Yield func() + func (r *Jumbotron) Render(ctx context.Context, w io.Writer) + type ListGroup struct + Class string + Flush bool + ID string + NodeName string + Yield func() + func (r *ListGroup) Render(ctx context.Context, w io.Writer) + type ListGroupItem struct + Active bool + Class string + Disabled bool + Form string + Href string + ID string + Style string + Target string + Type string + Value string + Yield func() + func (r *ListGroupItem) NodeName() string + func (r *ListGroupItem) Render(ctx context.Context, w io.Writer) + type Modal struct + Class string + ID string + Yield func() + func (r *Modal) Render(ctx context.Context, w io.Writer) + type ModalBody struct + Class string + ID string + Yield func() + func (r *ModalBody) Render(ctx context.Context, w io.Writer) + type ModalContent struct + Class string + ID string + Yield func() + func (r *ModalContent) Render(ctx context.Context, w io.Writer) + type ModalDialog struct + Centered bool + Class string + ID string + Size string + Yield func() + func (r *ModalDialog) Render(ctx context.Context, w io.Writer) + type ModalFooter struct + Class string + ID string + Yield func() + func (r *ModalFooter) Render(ctx context.Context, w io.Writer) + type ModalHeader struct + Class string + ID string + Yield func() + func (r *ModalHeader) Render(ctx context.Context, w io.Writer) + type Nav struct + Class string + Fill bool + ID string + Justified bool + NodeName string + Pills bool + Tabs bool + Yield func() + func (r *Nav) Render(ctx context.Context, w io.Writer) + type NavItem struct + Active bool + Class string + Dropdown bool + ID string + Yield func() + func (r *NavItem) Render(ctx context.Context, w io.Writer) + type NavLink struct + Active bool + Class string + Disabled bool + Dropdown bool + Href string + ID string + Target string + Yield func() + func (r *NavLink) Render(ctx context.Context, w io.Writer) + type Navbar struct + Class string + Expand string + ID string + Style string + Yield func() + func (r *Navbar) Render(ctx context.Context, w io.Writer) + type NavbarBrand struct + Class string + Href string + ID string + NodeName string + Target string + Yield func() + func (r *NavbarBrand) Render(ctx context.Context, w io.Writer) + type NavbarCollapse struct + Class string + ID string + Yield func() + func (r *NavbarCollapse) Render(ctx context.Context, w io.Writer) + type NavbarNav struct + Class string + ID string + NodeName string + Yield func() + func (r *NavbarNav) Render(ctx context.Context, w io.Writer) + type NavbarText struct + Class string + ID string + Yield func() + func (r *NavbarText) Render(ctx context.Context, w io.Writer) + type NavbarToggler struct + Class string + ID string + Target string + func (r *NavbarToggler) Render(ctx context.Context, w io.Writer) + type PageItem struct + Active bool + Class string + Disabled bool + ID string + Yield func() + func (r *PageItem) Render(ctx context.Context, w io.Writer) + type PageLink struct + Class string + Disabled bool + Href string + ID string + NodeName string + Target string + Yield func() + func (r *PageLink) Render(ctx context.Context, w io.Writer) + type Pagination struct + Class string + ID string + Size string + Yield func() + func (r *Pagination) Render(ctx context.Context, w io.Writer) + type Progress struct + Class string + ID string + Yield func() + func (r *Progress) Render(ctx context.Context, w io.Writer) + type ProgressBar struct + Animated bool + Class string + ID string + Striped bool + Value float64 + Yield func() + func (r *ProgressBar) Render(ctx context.Context, w io.Writer) + type Row struct + Class string + ID string + Yield func() + func (r *Row) Render(ctx context.Context, w io.Writer) + type ValidFeedback struct + Class string + ID string + Yield func() + func (r *ValidFeedback) Render(ctx context.Context, w io.Writer)