Documentation
¶
Overview ¶
Package internal (and all subpackages) are for internal-to-umoci APIs.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidEmptyJSON = errors.New("empty json blob is invalid")
ErrInvalidEmptyJSON is returned from the mediatype parser if a descriptor with the "application/vnd.oci.empty.v1+json" media-type has any value other than "{}".
View Source
var ErrUnimplemented = errors.New("unimplemented umoci feature")
ErrUnimplemented is returned as a source error for umoci features that are not yet implemented.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package assert provides some basic assertion helpers for Go.
|
Package assert provides some basic assertion helpers for Go. |
|
Package funchelpers provides small helpers related to writing easy-to-understand Go functions.
|
Package funchelpers provides small helpers related to writing easy-to-understand Go functions. |
|
Package idtools provides helpers for dealing with Linux ID mappings.
|
Package idtools provides helpers for dealing with Linux ID mappings. |
|
Package iohelpers provides basic extensions to the helpers provided by the Go stdlib "io" module.
|
Package iohelpers provides basic extensions to the helpers provided by the Go stdlib "io" module. |
|
Package pathtrie provides a minimal implementation of a trie where each node is a path component, allowing you to efficiently store metadata about a path-based structure and iterate over subtrees within said structure.
|
Package pathtrie provides a minimal implementation of a trie where each node is a path component, allowing you to efficiently store metadata about a path-based structure and iterate over subtrees within said structure. |
|
Package system provides ergonomic wrappers for operating system APIs.
|
Package system provides ergonomic wrappers for operating system APIs. |
|
Package testhelpers provides helpers for umoci's test suite.
|
Package testhelpers provides helpers for umoci's test suite. |
Click to show internal directories.
Click to hide internal directories.