Documentation ¶
Index ¶
- Variables
- func Alert(err error) error
- func Alertf(format string, args ...any) error
- func Alertm(message string) error
- func Close() error
- func Debug(v ...any)
- func Debugf(format string, args ...any)
- func Del(collection string, key string) (int64, error)
- func Empty(collection string) error
- func Error(err error) error
- func Errorf(format string, args ...any) error
- func Errorm(message string) error
- func Fatal(v ...any)
- func Get(collection string, key, def string) (string, error)
- func HDel(collection string, key, atr string) error
- func HGet(collection string, key string) (map[string]string, error)
- func HGetAtrib(collection string, key, atr string) (string, error)
- func HSet(collection string, key string, val map[string]string) error
- func HSetAtrib(collection string, key, atr, val string) error
- func Info(v ...any)
- func Infof(format string, args ...any)
- func Log(kind string, args ...any) error
- func Logf(kind string, format string, args ...any)
- func Nerror(message string) error
- func Nerrorf(format string, args ...any) error
- func Panic(v ...any)
- func Ping()
- func Pong()
- func Set(collection string, key string, val interface{}) error
- func Traces(kind, color string, err error) ([]string, error)
- type Conn
- type MongoDocument
Constants ¶
This section is empty.
Variables ¶
View Source
var IsNil = mongo.ErrNoDocuments
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.