Documentation
¶
Overview ¶
Copyright 2025 The Joe-cli Authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
Copyright 2025 The Joe-cli Authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExpandColors ¶
func ExpandGlobals ¶
func UnknownToken ¶
Types ¶
type Expander ¶
Expander converts the given string key into its variable expansion
func ComposeExpanders ¶
type HTTPMethod ¶
type HTTPMethod string
HTTPMethod provides a representation of an HTTP method that supports terminal formatting
func (HTTPMethod) Color ¶
func (m HTTPMethod) Color() string
func (HTTPMethod) String ¶
func (m HTTPMethod) String() string
type HTTPStatus ¶
type HTTPStatus int
HTTPStatus provides a representation of an HTTP status code that supports terminal formatting
func (HTTPStatus) Code ¶
func (s HTTPStatus) Code() int
func (HTTPStatus) Color ¶
func (s HTTPStatus) Color() string
func (HTTPStatus) Message ¶
func (s HTTPStatus) Message() string
func (HTTPStatus) String ¶
func (s HTTPStatus) String() string
Click to show internal directories.
Click to hide internal directories.