Documentation
¶
Index ¶
Constants ¶
View Source
const BundleVersion = "1"
View Source
const DefaultBundleFilename = "gatecheck-bundle.tar.gz"
View Source
const FileType = "Gatecheck Bundle"
View Source
const ManifestFilename = "gatecheck-manifest.json"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bundle ¶
type Bundle struct {
// contains filtered or unexported fields
}
type BundleDecoder ¶
func NewBundleDecoder ¶
func NewBundleDecoder() *BundleDecoder
func (*BundleDecoder) Decode ¶
func (d *BundleDecoder) Decode() (any, error)
func (*BundleDecoder) DecodeFrom ¶
func (d *BundleDecoder) DecodeFrom(r io.Reader) (any, error)
func (*BundleDecoder) FileType ¶
func (d *BundleDecoder) FileType() string
type BundleEncoder ¶
type BundleEncoder struct {
// contains filtered or unexported fields
}
func NewBundleEncoder ¶
func NewBundleEncoder(w io.Writer) *BundleEncoder
func (*BundleEncoder) Encode ¶
func (b *BundleEncoder) Encode(bundle *Bundle) error
Click to show internal directories.
Click to hide internal directories.