Documentation ¶ Index ¶ type Claude func (c *Claude) Aliases() []string func (c *Claude) DecodeHookInput(input []byte) (hook.Event, error) func (c *Claude) EncodeHookResult(event hook.Event, result hook.Result) ([]byte, error) func (c *Claude) Name() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Claude ¶ type Claude struct{} func (*Claude) Aliases ¶ added in v0.6.0 func (c *Claude) Aliases() []string func (*Claude) DecodeHookInput ¶ func (c *Claude) DecodeHookInput(input []byte) (hook.Event, error) func (*Claude) EncodeHookResult ¶ added in v0.7.0 func (c *Claude) EncodeHookResult(event hook.Event, result hook.Result) ([]byte, error) func (*Claude) Name ¶ func (c *Claude) Name() string Source Files ¶ View all Source files claude.go Click to show internal directories. Click to hide internal directories.