autocomplete

package
v1.2.2 Latest Latest
Warning

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

Go to latest
Published: Jul 11, 2017 License: BSD-3-Clause Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Category added in v1.2.1

type Category int
const (
	Unknown Category = iota
	Normal
	Artist
	Character
	Series
	Tk
)

func (Category) MarshalJSON added in v1.2.1

func (c Category) MarshalJSON() ([]byte, error)

func (Category) String added in v1.2.1

func (c Category) String() string

func (*Category) UnmarshalJSON added in v1.2.1

func (c *Category) UnmarshalJSON(b []byte) error

type Tag

type Tag struct {
	Board    string   `json:"board"`
	Name     string   `json:"name"`
	Old      string   `json:"old"`
	Count    int      `json:"count"`
	Category Category `json:"category"`
}

func GetTags

func GetTags(q string) ([]*Tag, error)

Jump to

Keyboard shortcuts

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