fourbyte

package
v0.179.14 Latest Latest
Warning

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

Go to latest
Published: May 7, 2024 License: MPL-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ByID

type ByID []Signature

func (ByID) Len

func (s ByID) Len() int

func (ByID) Less

func (s ByID) Less(i, j int) bool

func (ByID) Swap

func (s ByID) Swap(i, j int)

type Client

type Client struct {
	Client *http.Client
	URL    string
}

func NewClient

func NewClient() *Client

func (*Client) DoQuery

func (c *Client) DoQuery(url string) (*http.Response, error)

func (*Client) Run

func (c *Client) Run(data string) (*thirdparty.DataParsed, error)

type Signature

type Signature struct {
	ID   int    `json:"id"`
	Text string `json:"text_signature"`
}

type SignatureList

type SignatureList struct {
	Count   int         `json:"count"`
	Results []Signature `json:"results"`
}

Jump to

Keyboard shortcuts

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