Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseRuleId ¶
func ParseRuleId(idAndChainOffset string, cmdContext *CommandContext) error
func RunAssemble ¶
func RunAssemble(filePath string, rootContext *context.Context, cmdContext *CommandContext) string
Types ¶
type CommandContext ¶
type CommandContext struct {
OuterContext *internal.CommandContext
Logger *zerolog.Logger
Id string
FileName string
ChainOffset uint8
UseStdin bool
}
func NewCommandContext ¶
func NewCommandContext(cmdContext *internal.CommandContext, logger *zerolog.Logger) *CommandContext
func (*CommandContext) RootContext ¶
func (c *CommandContext) RootContext() *context.Context
Click to show internal directories.
Click to hide internal directories.