package meta

import "git.sr.ht/~jamesponddotco/bunnystorage-go/cmd/bunnystoragectl/internal/meta"

Package meta provides build information and other metadata for the application.

Index

Constants

const (
	// Name is the name of the application.
	Name = "bunnystoragectl"

	// Version is the version of the application.
	Version = "0.1.0"

	// Description is the description of the application.
	Description = "A command line interface for BunnyStorage"

	// Website is the website of the application.
	Website = "https://sr.ht/~jamesponddotco/bunnystorage-go/"
)

Functions

func Client

func Client(c *cli.Context) (*bunnystorage.Client, error)

Client returns a client for the BunnyStorage API that the application uses to interact with the service.

Source Files

meta.go

Version
v0.3.0 (latest)
Published
Jul 11, 2023
Platform
linux/amd64
Imports
3 packages
Last checked
3 days ago

Tools for package owners.