Documentation ¶
Index ¶
Constants ¶
View Source
const (
// DefaultMaxMessageLength is the default maximum length of a block message.
DefaultMaxMessageLength = 512
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockType ¶
type BlockType int8
BlockType defines the block type for a command.
const ( // DestroyBlock type identifies block that prevents model destruction. DestroyBlock BlockType = 1 // RemoveBlock type identifies block that prevents // removal of machines, applications, units or relations. RemoveBlock BlockType = 2 // ChangeBlock type identifies block that prevents model changes such // as additions, modifications, removals of model entities. ChangeBlock BlockType = 3 )
Click to show internal directories.
Click to hide internal directories.