Documentation
¶
Index ¶
- func New(ctx context.Context, driver string, dsn string, prefix string) (config.Store, error)
- type DAO
- type KV
- type SQL
- func (s *SQL) As(out any) bool
- func (s *SQL) Close(_ context.Context) error
- func (s *SQL) Context(ctx context.Context) configx.Values
- func (s *SQL) Default(def any) configx.Values
- func (s *SQL) Del() error
- func (s *SQL) Done() <-chan struct{}
- func (s *SQL) Get() any
- func (s *SQL) Key() []string
- func (s *SQL) Lock()
- func (s *SQL) Options() *configx.Options
- func (s *SQL) Save(ctxUser, ctxMessage string) error
- func (s *SQL) Set(value interface{}) error
- func (s *SQL) Unlock()
- func (s *SQL) Val(path ...string) configx.Values
- func (s *SQL) Watch(oo ...configx.WatchOption) (configx.Receiver, error)
- type URLOpener
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DAO ¶
Click to show internal directories.
Click to hide internal directories.