Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MaxBlockIDs ¶
Types ¶
type ConcurrentMap ¶
type ConcurrentMap struct {
// contains filtered or unexported fields
}
func (ConcurrentMap) Get ¶
func (c ConcurrentMap) Get(key string) (bool, interface{})
func (*ConcurrentMap) Set ¶
func (c *ConcurrentMap) Set(key string, value interface{})
type MaxBlockID ¶
type MaxBlockID struct {
MaxBlockID int64 `json:"max_block_id"`
}
Click to show internal directories.
Click to hide internal directories.