go/ directory
Directories ΒΆ
Path | Synopsis |
---|---|
cmd | |
cmd/cue | |
cmd/cue/cmd | |
cmd/cue/cmd/interfaces | |
cue | Package cue creates, evaluates and manipulates CUE configurations. |
cue/ast | Package ast declares the types used to represent syntax trees for CUE packages. |
cue/build | Package build defines data types and utilities for defining CUE configuration instances. |
cue/encoding | Package encoding provides support for managing data format files supported by CUE. |
cue/errors | Package errors defines shared types for handling CUE errors. |
cue/format | Package format implements standard formatting of CUE configurations. |
cuego | Package cuego allows using CUE constraints in Go programs. |
cue/literal | Package literal implements conversions to and from string representations of basic data types. |
cue/load | Package load loads CUE instances. |
cue/parser | Package parser implements a parser for CUE source files. |
cue/scanner | Package scanner implements a scanner for CUE source text. |
cue/token | Package token defines constants representing the lexical tokens of the Go programming language and basic operations on tokens (printing, predicates). |
doc | |
doc/tutorial | |
doc/tutorial/basics | |
doc/tutorial/kubernetes | |
encoding | Package encoding contains subpackages to convert CUE to and from byte-level and textual representations. |
encoding/openapi | Package openapi provides functionality for mapping CUE to and from OpenAPI v3.0.0. |
encoding/protobuf | Package protobuf defines functionality for parsing protocol buffer definitions and instances. |
internal | |
pkg | Package pkg define CUE standard packages. |
pkg/crypto | |
pkg/crypto/md5 | |
pkg/crypto/sha1 | |
pkg/crypto/sha256 | |
pkg/crypto/sha512 | |
pkg/encoding | |
pkg/encoding/csv | |
pkg/encoding/hex | |
pkg/encoding/json | |
pkg/encoding/yaml | |
pkg/html | |
pkg/math | |
pkg/math/bits | |
pkg/path | |
pkg/regexp | |
pkg/strconv | |
pkg/strings | |
pkg/text | |
pkg/text/tabwriter | |
pkg/text/template | |
pkg/time | |
pkg/tool | Package tool defines statefull operation types for cue commands. |
pkg/tool/cli | Package cli provides tasks dealing with a console. |
pkg/tool/exec | Package exec defines tasks for running commands. |
pkg/tool/file | Package file provides file operations for cue tasks. |
pkg/tool/http | Package http provides tasks related to the HTTP protocol. |
- Version
- v0.0.3
- Published
- Jun 26, 2019
- Platform
- linux/amd64
- Last checked
- 33 seconds ago –
Tools for package owners.