accesslog

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 1, 2020 License: MIT, MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LatestAction

type LatestAction actions.Action

func (*LatestAction) RunGet

func (this *LatestAction) RunGet(params struct {
	ServerId string
})

读取最后一条访问日志

type ListAction

type ListAction actions.Action

func (*ListAction) RunGet

func (this *ListAction) RunGet(params struct {
	ServerId string
	Size     int
})

列出一组访问日志

type NextAction

type NextAction actions.Action

func (*NextAction) RunGet

func (this *NextAction) RunGet(params struct {
	ServerId string
	LastId   string
})

读取下一条日志

type NextListAction

type NextListAction actions.Action

func (*NextListAction) RunGet

func (this *NextListAction) RunGet(params struct {
	ServerId string
	Size     int
	LastId   string
})

列表下N条数据

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL