attribs

package
v0.0.0-...-683daf5 Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2018 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Attr

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

func NewAttr

func NewAttr(name string, value interface{}) *Attr

func (*Attr) Name

func (attr *Attr) Name() string

func (Attr) String

func (attr Attr) String() string

func (*Attr) Value

func (attr *Attr) Value() interface{}

type AttribValue

type AttribValue interface {
	String() string
}

type Class

type Class string

type Id

type Id string

type SelfAttr

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

func NewSelfAttr

func NewSelfAttr(name string) *SelfAttr

func (*SelfAttr) Name

func (selfAttr *SelfAttr) Name() string

func (SelfAttr) String

func (selfAttr SelfAttr) String() string

func (*SelfAttr) Value

func (selfAttr *SelfAttr) Value() interface{}

type TagAttr

type TagAttr interface {
	Name() string
	Value() interface{}
	String() string
}

Jump to

Keyboard shortcuts

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