Documentation ¶
Index ¶
Constants ¶
View Source
const Key = model.ManagerKey("pictarinesnip")
Variables ¶
This section is empty.
Functions ¶
func Description ¶
func Description(config *Config) model.ManagerDescription
Types ¶
type Config ¶
type Config struct { Enabled bool `yaml:"enabled" head_comment:"Set to true if you want to use Snip."` LibraryPath string `yaml:"libraryPath" head_comment:"Path to the snippets file."` IncludeTags []string `` /* 132-byte string literal not displayed */ }
func AutoDiscoveryConfig ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func (*Manager) GetSnippets ¶
func (Manager) Key ¶ added in v1.1.0
func (m Manager) Key() model.ManagerKey
func (Manager) SaveAssistantSnippet ¶ added in v1.6.0
func (*Manager) Sync ¶ added in v1.1.0
func (m *Manager) Sync(model.SyncEventChannel)
Click to show internal directories.
Click to hide internal directories.