Documentation
¶
Index ¶
- func RegisterLog() zerolog.Logger
- type Configs
- type MikORM
- func (route *MikORM) Add(data interface{}) *MikORM
- func (route *MikORM) Command(query string) *MikORM
- func (route *MikORM) DetectError() bool
- func (route *MikORM) DisableByID(ID string) *MikORM
- func (route *MikORM) EnableByID(ID string) *MikORM
- func (route *MikORM) Print(bind interface{}) *MikORM
- func (route *MikORM) RemoveByID(ID string) *MikORM
- func (route *MikORM) Run(query []string) *MikORM
- func (route *MikORM) Scan(bind interface{}) *MikORM
- func (route *MikORM) SetByID(ID string, data interface{}) *MikORM
- func (route *MikORM) Where(filter interface{}) *MikORM
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterLog ¶
Types ¶
type MikORM ¶
type MikORM struct {
Configs
*routeros.Reply
Error error
zerolog.Logger
Query []string
Filter []string
}
func (*MikORM) DetectError ¶
func (*MikORM) DisableByID ¶
func (*MikORM) EnableByID ¶
func (*MikORM) RemoveByID ¶
Click to show internal directories.
Click to hide internal directories.
