quickhtml

package module
v0.0.0-...-6dfcaf9 Latest Latest
Warning

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

Go to latest
Published: May 26, 2020 License: MIT Imports: 3 Imported by: 0

README

go-quickhtml

Quick HTML rendering with Go

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Renderer

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

func (*Renderer) Bytes

func (r *Renderer) Bytes() []byte

func (*Renderer) H1

func (r *Renderer) H1(text string)

func (*Renderer) H2

func (r *Renderer) H2(text string)

func (*Renderer) H3

func (r *Renderer) H3(text string)

func (*Renderer) JSON

func (r *Renderer) JSON(jsonBytes []byte)

func (*Renderer) StructTable

func (r *Renderer) StructTable(structs interface{})

func (*Renderer) Table

func (r *Renderer) Table(rows [][]string)

func (*Renderer) Write

func (r *Renderer) Write(data []byte) (int, error)

Write implements io.Writer

func (*Renderer) XML

func (r *Renderer) XML(xmlBytes []byte)

Jump to

Keyboard shortcuts

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