client

package
v0.0.0-...-4bb1132 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2018 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Reclaim

func Reclaim(client *GHClient, resp *GitHub.Response)

Reclaim reclaim client while the client is valid. resp: The response returned when calling the client.

Types

type ClientManager

type ClientManager struct {
	Dispatch chan *GHClient
	// contains filtered or unexported fields
}

ClientManager used to manage the valid client.

func NewManager

func NewManager(tokens []string) *ClientManager

NewManager create a new client manager based on tokens.

func (*ClientManager) Fetch

func (cm *ClientManager) Fetch() *GHClient

Fetch fetch a valid client.

func (*ClientManager) Shutdown

func (cm *ClientManager) Shutdown()

Shutdown shutdown the client manager.

type GHClient

type GHClient struct {
	Client  *GitHub.Client
	Manager *ClientManager
	// contains filtered or unexported fields
}

type Rate

type Rate struct {
	Limit     int
	Remaining int
	Reset     time.Time
}

Jump to

Keyboard shortcuts

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