libby

package
v0.3.3 Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AutocompleteResponse

type AutocompleteResponse struct {
	Branches []Branch `json:"branches"`
}

type Branch

type Branch struct {
	Systems []System `json:"systems"`
}

type Client

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

func NewClient

func NewClient() *Client

func (*Client) Autocomplete

func (c *Client) Autocomplete(ctx context.Context, query string) (*AutocompleteResponse, error)

type System

type System struct {
	WebsiteId int `json:"websiteId"`
}

Jump to

Keyboard shortcuts

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