pretty

package
v1.1.7 Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2025 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Object

type Object interface {
	Interface() interface{}
}

type Prettier

type Prettier interface {
	Fetch(path *commonSpec.TnsPath) (Object, error)
	Project() string
	Branches() []string
}

type PrettyResource

type PrettyResource interface {
	Prettify(p Prettier) map[string]interface{}
}

type PrettyResourceIface

type PrettyResourceIface struct {
	Type string
	Get  func(name, application string) (PrettyResource, error)
	List func(application string) (local []string, global []string)
}

Jump to

Keyboard shortcuts

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