Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClaudeAdapter ¶
type ClaudeAdapter struct{}
func (ClaudeAdapter) Name ¶
func (ClaudeAdapter) Name() string
func (ClaudeAdapter) Render ¶
func (a ClaudeAdapter) Render(_ *toolkit.Runtime, content fs.FS, dst integrations.DestWriter) error
type CodexAdapter ¶
type CodexAdapter struct{}
func (CodexAdapter) Name ¶
func (CodexAdapter) Name() string
func (CodexAdapter) Render ¶
func (a CodexAdapter) Render(_ *toolkit.Runtime, content fs.FS, dst integrations.DestWriter) error
type OpenCodeAdapter ¶ added in v0.43.0
type OpenCodeAdapter struct{}
func (OpenCodeAdapter) Name ¶ added in v0.43.0
func (OpenCodeAdapter) Name() string
func (OpenCodeAdapter) Render ¶ added in v0.43.0
func (a OpenCodeAdapter) Render(_ *toolkit.Runtime, content fs.FS, dst integrations.DestWriter) error
Click to show internal directories.
Click to hide internal directories.