usage

package
v0.0.58 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ProviderID

type ProviderID string

ProviderID identifies a usage fetch provider.

const (
	Grok  ProviderID = "grok"
	Codex ProviderID = "codex"
)

type Snapshot

type Snapshot struct {
	Provider     ProviderID
	UsagePercent string
	Reset        string
	CreditsUsed  string
	CreditsTotal string
}

Snapshot is the normalized usage payload returned by Fetch.

func Fetch

func Fetch(ctx context.Context, id ProviderID) (*Snapshot, error)

Fetch retrieves usage for the given provider in-process.

Jump to

Keyboard shortcuts

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