Versions in this module Expand all Collapse all v0 v0.1.0 Sep 23, 2024 Changes in this version + type GptscriptCredential struct + CreatedAt time.Time + ID uint + Secret string + ServerURL string + Username string + type Sqlite struct + func NewSqlite(ctx context.Context) (Sqlite, error) + func (s Sqlite) Add(creds *credentials.Credentials) error + func (s Sqlite) Delete(serverURL string) error + func (s Sqlite) Get(serverURL string) (string, string, error) + func (s Sqlite) List() (map[string]string, error)