Documentation
¶
Index ¶
- Constants
- func CopyHandler(cmd *cobra.Command, args []string) error
- func CreateHandler(cmd *cobra.Command, args []string) error
- func DeleteHandler(cmd *cobra.Command, args []string) error
- func ListHandler(cmd *cobra.Command, args []string) error
- func ListRunningHandler(cmd *cobra.Command, args []string) error
- func NewCLI() *cobra.Command
- func NewCreateRequest(name string, opts runOptions) *api.CreateRequest
- func PullHandler(cmd *cobra.Command, args []string) error
- func PushHandler(cmd *cobra.Command, args []string) error
- func RunHandler(cmd *cobra.Command, args []string) error
- func RunServer(_ *cobra.Command, _ []string) error
- func ShowHandler(cmd *cobra.Command, args []string) error
- func SigninHandler(cmd *cobra.Command, args []string) error
- func SignoutHandler(cmd *cobra.Command, args []string) error
- func StopHandler(cmd *cobra.Command, args []string) error
- type MultilineState
Constants ¶
View Source
const ConnectInstructions = "If your browser did not open, navigate to:\n %s\n\n"
Variables ¶
This section is empty.
Functions ¶
func ListRunningHandler ¶ added in v0.1.38
func NewCreateRequest ¶ added in v0.5.5
func NewCreateRequest(name string, opts runOptions) *api.CreateRequest
Types ¶
type MultilineState ¶
type MultilineState int
const ( MultilineNone MultilineState = iota MultilinePrompt MultilineSystem )
Source Files
¶
Directories
¶
| Path | Synopsis |
|---|---|
|
Package config provides integration configuration for external coding tools (Claude Code, Codex, Droid, OpenCode) to use Ollama models.
|
Package config provides integration configuration for external coding tools (Claude Code, Codex, Droid, OpenCode) to use Ollama models. |
|
internal
|
|
|
fileutil
Package fileutil provides small shared helpers for reading JSON files and writing config files with backup-on-overwrite semantics.
|
Package fileutil provides small shared helpers for reading JSON files and writing config files with backup-on-overwrite semantics. |
Click to show internal directories.
Click to hide internal directories.