commands

package
v1.0.80 Latest Latest
Warning

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

Go to latest
Published: Jan 22, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var BoxStyle = lipgloss.NewStyle()
View Source
var HeaderStyle = lipgloss.NewStyle().
	Foreground(lipgloss.Color("#101030")).
	Background(lipgloss.Color("#51e2f5")).
	MarginBottom(1).
	MarginTop(1).
	Bold(true)
View Source
var ValueStyle = lipgloss.NewStyle().
	Foreground(lipgloss.Color("#51e2f5")).
	Bold(true)

Functions

func Fetch

func Fetch(playerParams *PlayerParams) ([]byte, error)

Types

type PlayerParams

type PlayerParams struct {
	AccessToken string
	Method      string
	Endpoint    string
	Body        io.Reader
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳