cadence

package
v1.2.10-prerelease2 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	ClusterConfigCollectionName = "cluster_config"
)

below are the names of all mongoDB collections

Variables

This section is empty.

Functions

This section is empty.

Types

type ClusterConfigCollectionEntry

type ClusterConfigCollectionEntry struct {
	ID                   int    `json:"_id,omitempty"`
	RowType              int    `json:"rowtype"`
	Version              int64  `json:"version"`
	Data                 []byte `json:"data"`
	DataEncoding         string `json:"dataencoding"`
	UnixTimestampSeconds int64  `json:"unixtimestampseconds"`
}

ClusterConfigCollectionEntry is the schema of configStore IMPORTANT: making change to this struct is changing the MongoDB collection schema. Please make sure it's backward compatible(e.g., don't delete the field, or change the annotation value).

Jump to

Keyboard shortcuts

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