Documentation
¶
Index ¶
- type Action
- type ActionApi
- func (a *ActionApi) AddBrowser(ua string) Browser
- func (a *ActionApi) AddEvent(atype string, item, user, browser int64, remoteAddr, referer string) error
- func (a *ActionApi) GetBrowser(bid string) Browser
- func (a *ActionApi) GetBrowserById(bid int64) Browser
- func (a *ActionApi) UpdateBrowser(b Browser) error
- type Browser
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionApi ¶
type ActionApi struct {
// contains filtered or unexported fields
}
func (*ActionApi) AddBrowser ¶
func (*ActionApi) GetBrowser ¶
func (*ActionApi) GetBrowserById ¶
func (*ActionApi) UpdateBrowser ¶
Click to show internal directories.
Click to hide internal directories.