Documentation
¶
Index ¶
- func Close() error
- func DeleteOldFromNow() error
- func Init(ctx ...context.Context)
- func Select(fileName, args string) (*store.StoreUnit, error)
- func Upsert(fileName, args string, unit *store.StoreUnit) error
- type Pull
- func (p *Pull) Add(fileName string) (*SQL, error)
- func (p *Pull) Close() error
- func (p *Pull) DeleteOld() (int64, error)
- func (p *Pull) DeleteOldFromNow() error
- func (p *Pull) Get(fileName string) (*SQL, error)
- func (p *Pull) Select(fileName, args string) (*store.StoreUnit, error)
- func (p *Pull) Upsert(fileName, args string, unit *store.StoreUnit) error
- type SQL
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteOldFromNow ¶ added in v0.1.1
func DeleteOldFromNow() error
Types ¶
type Pull ¶
type Pull struct {
// contains filtered or unexported fields
}
func (*Pull) DeleteOldFromNow ¶ added in v0.1.1
Click to show internal directories.
Click to hide internal directories.