Documentation
¶
Index ¶
Constants ¶
View Source
const BUS_OBSERVATION_QUEUE_INTERVAL = time.Second
View Source
const CONFIGURE_ID_DEFAULT = -1
View Source
const CPU_PROFILE_DURATION = time.Second
View Source
const CPU_PROFILE_DURATION_MAX = 2 * CPU_PROFILE_DURATION
View Source
const ENV_PROFILE_INTERVAL = 5 * time.Second
View Source
const EventMetadata_Timeout = 5 * time.Second
View Source
const PREREQUISITE_ACCOMPLISHED = -1
View Source
const TIME_FORMAT_DEFAULT = time.RFC3339
View Source
const TIME_FORMAT_RFC3339 = time.RFC3339
View Source
const TIME_FORMAT_RFC3339Nano = time.RFC3339Nano
Variables ¶
View Source
var JSONEncoder jsonEncoder
Functions ¶
func BytesToString ¶
func StringToBytes ¶
func StringToBytesV2 ¶
Types ¶
type LockFreeQueue ¶
type LockFreeQueue struct {
// contains filtered or unexported fields
}
func NewLockFreeQueue ¶
func NewLockFreeQueue() *LockFreeQueue
func (*LockFreeQueue) Dequeue ¶
func (q *LockFreeQueue) Dequeue() (interface{}, bool)
func (*LockFreeQueue) Enqueue ¶
func (q *LockFreeQueue) Enqueue(v interface{})
func (*LockFreeQueue) Length ¶
func (q *LockFreeQueue) Length() int
Click to show internal directories.
Click to hide internal directories.