Documentation
¶
Index ¶
- Constants
- type Provider
- func (p *Provider) DefaultPaths() []provider.PathSpec
- func (p *Provider) Discover(ctx context.Context, opts provider.DiscoverOpts) ([]model.Summary, error)
- func (p *Provider) DisplayName() string
- func (p *Provider) ID() string
- func (p *Provider) Installed() bool
- func (p *Provider) Load(ctx context.Context, ref provider.SessionRef) (*model.Conversation, error)
- func (p *Provider) ResumeCommand(r provider.WriteResult) string
- func (p *Provider) SupportsResume() bool
- func (p *Provider) Write(ctx context.Context, conv *model.Conversation, opts provider.WriteOpts) (*provider.WriteResult, error)
Constants ¶
View Source
const ProviderID = "codex"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
func (*Provider) DefaultPaths ¶
func (*Provider) DisplayName ¶
func (*Provider) Load ¶
func (p *Provider) Load(ctx context.Context, ref provider.SessionRef) (*model.Conversation, error)
func (*Provider) ResumeCommand ¶
func (p *Provider) ResumeCommand(r provider.WriteResult) string
func (*Provider) SupportsResume ¶
Click to show internal directories.
Click to hide internal directories.