cmd

package
v0.0.0-...-aa4c645 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2024 License: MIT Imports: 40 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CompressionFormatLz4  = "lz4"
	CompressionFormatZstd = "zstd"
	CompressionFormatNone = "none"
)
View Source
const (
	AutoCoalescing  = "auto"
	ForceCoalescing = "force"
	NoCoalescing    = "none"
)

Variables

View Source
var (
	LongAgo = time.Now().Add(-20 * 365 * 24 * time.Hour)
)
View Source
var PleaseRedirect = "Binary output can screw up your terminal. Supply -o or redirect to a file or pipe"
View Source
var Version string

Functions

func Execute

func Execute()

Types

type ErrDuplicateMetadataName

type ErrDuplicateMetadataName struct {
	Name string
}

func (*ErrDuplicateMetadataName) Error

func (e *ErrDuplicateMetadataName) Error() string

func (ErrDuplicateMetadataName) Is

func (e ErrDuplicateMetadataName) Is(target error) bool

type FileType

type FileType string
const (
	FileTypeRos1 FileType = "ros1"
	FileTypeDB3  FileType = "db3"
)

type HashSum

type HashSum = [md5.Size]byte

type Message

type Message struct {
	Topic       string          `json:"topic"`
	Sequence    uint32          `json:"sequence"`
	LogTime     uint64          `json:"log_time"`
	PublishTime uint64          `json:"publish_time"`
	Data        json.RawMessage `json:"data"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL