Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DeploymentBlockMetadata ¶ added in v0.40.0
type DeploymentBlockMetadata struct {
BlockID string `json:"block_id"`
ChunkMetadata []*DeploymentChunkMetadata `json:"chunk_metadata"`
}
func (*DeploymentBlockMetadata) FindChunks ¶ added in v0.40.0
func (m *DeploymentBlockMetadata) FindChunks(from, to int64) []string
type DeploymentChunk ¶ added in v0.40.0
type DeploymentChunk struct {
ChunkID string `json:"chunk_id"`
Deployments []*insight.DeploymentData `json:"deployments"`
}
func (*DeploymentChunk) FindDeployments ¶ added in v0.40.0
func (c *DeploymentChunk) FindDeployments(from, to int64) []*insight.DeploymentData
func (*DeploymentChunk) Size ¶ added in v0.40.0
func (c *DeploymentChunk) Size() (int64, error)
Click to show internal directories.
Click to hide internal directories.