Documentation ¶
Index ¶
- type Client
- func (s *Client) Add(args httpmodels.RequestLogAdd) (httpmodels.ResponseLogAdd, error)
- func (s *Client) AddCustom(args httpmodels.RequestLogAddCustom) (httpmodels.ResponseLogAdd, error)
- func (s *Client) Get(args httpmodels.RequestLogGetLog) (httpmodels.ResponseLogGet, error)
- func (s *Client) GetCategories() (httpmodels.ResponseLogGetCategories, error)
- func (s *Client) GetCount(args httpmodels.RequestLogGetCount) (httpmodels.ResponseLogGetCount, error)
- func (s *Client) ModifyTTL(args httpmodels.RequestLogModifyTTL) (httpmodels.ResponseLogModifyTTL, error)
- func (s *Client) Remove(args httpmodels.RequestLogRemoveLog) (httpmodels.ResponseLogRemoveLog, error)
- func (s *Client) RemoveCategory(args httpmodels.RequestLogRemoveCategory) (httpmodels.ResponseLogRemoveCategory, error)
- func (s *Client) Transfer(args httpmodels.RequestLogTransferLog) (httpmodels.ResponseLogTransferLog, error)
- type Config
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
Config
}
Client client object
func (*Client) Add ¶
func (s *Client) Add(args httpmodels.RequestLogAdd) (httpmodels.ResponseLogAdd, error)
Add - call Log.Add
func (*Client) AddCustom ¶
func (s *Client) AddCustom(args httpmodels.RequestLogAddCustom) (httpmodels.ResponseLogAdd, error)
AddCustom - call Log.AddCustom
func (*Client) Get ¶
func (s *Client) Get(args httpmodels.RequestLogGetLog) (httpmodels.ResponseLogGet, error)
Get - call Log.Get
func (*Client) GetCategories ¶
func (s *Client) GetCategories() (httpmodels.ResponseLogGetCategories, error)
GetCategories - call Log.GetCategories
func (*Client) GetCount ¶
func (s *Client) GetCount(args httpmodels.RequestLogGetCount) (httpmodels.ResponseLogGetCount, error)
GetCount - call Log.GetCount
func (*Client) ModifyTTL ¶
func (s *Client) ModifyTTL(args httpmodels.RequestLogModifyTTL) (httpmodels.ResponseLogModifyTTL, error)
ModifyTTL - call Log.ModifyTTL
func (*Client) Remove ¶
func (s *Client) Remove(args httpmodels.RequestLogRemoveLog) (httpmodels.ResponseLogRemoveLog, error)
Remove - call Log.Remove
func (*Client) RemoveCategory ¶
func (s *Client) RemoveCategory(args httpmodels.RequestLogRemoveCategory) (httpmodels.ResponseLogRemoveCategory, error)
RemoveCategory - call Log.RemoveCategory
func (*Client) Transfer ¶
func (s *Client) Transfer(args httpmodels.RequestLogTransferLog) (httpmodels.ResponseLogTransferLog, error)
Transfer - call Log.Transfer
Click to show internal directories.
Click to hide internal directories.