Documentation ¶
Index ¶
- type ClientAgentIPService
- func (this *ClientAgentIPService) CreateClientAgentIPs(ctx context.Context, req *pb.CreateClientAgentIPsRequest) (*pb.RPCSuccess, error)
- func (this *ClientAgentIPService) ListClientAgentIPsAfterId(ctx context.Context, req *pb.ListClientAgentIPsAfterIdRequest) (*pb.ListClientAgentIPsAfterIdResponse, error)
- type ClientAgentService
- type FormalClientBrowserService
- func (this *FormalClientBrowserService) CountFormalClientBrowsers(ctx context.Context, req *pb.CountFormalClientBrowsersRequest) (*pb.RPCCountResponse, error)
- func (this *FormalClientBrowserService) CreateFormalClientBrowser(ctx context.Context, req *pb.CreateFormalClientBrowserRequest) (*pb.CreateFormalClientBrowserResponse, error)
- func (this *FormalClientBrowserService) FindFormalClientBrowserWithDataId(ctx context.Context, req *pb.FindFormalClientBrowserWithDataIdRequest) (*pb.FindFormalClientBrowserWithDataIdResponse, error)
- func (this *FormalClientBrowserService) ListFormalClientBrowsers(ctx context.Context, req *pb.ListFormalClientBrowsersRequest) (*pb.ListFormalClientBrowsersResponse, error)
- func (this *FormalClientBrowserService) UpdateFormalClientBrowser(ctx context.Context, req *pb.UpdateFormalClientBrowserRequest) (*pb.RPCSuccess, error)
- type FormalClientSystemService
- func (this *FormalClientSystemService) CountFormalClientSystems(ctx context.Context, req *pb.CountFormalClientSystemsRequest) (*pb.RPCCountResponse, error)
- func (this *FormalClientSystemService) CreateFormalClientSystem(ctx context.Context, req *pb.CreateFormalClientSystemRequest) (*pb.CreateFormalClientSystemResponse, error)
- func (this *FormalClientSystemService) FindFormalClientSystemWithDataId(ctx context.Context, req *pb.FindFormalClientSystemWithDataIdRequest) (*pb.FindFormalClientSystemWithDataIdResponse, error)
- func (this *FormalClientSystemService) ListFormalClientSystems(ctx context.Context, req *pb.ListFormalClientSystemsRequest) (*pb.ListFormalClientSystemsResponse, error)
- func (this *FormalClientSystemService) UpdateFormalClientSystem(ctx context.Context, req *pb.UpdateFormalClientSystemRequest) (*pb.RPCSuccess, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientAgentIPService ¶
type ClientAgentIPService struct {
services.BaseService
}
ClientAgentIPService Agent IP服务
func (*ClientAgentIPService) CreateClientAgentIPs ¶
func (this *ClientAgentIPService) CreateClientAgentIPs(ctx context.Context, req *pb.CreateClientAgentIPsRequest) (*pb.RPCSuccess, error)
CreateClientAgentIPs 创建一组IP
func (*ClientAgentIPService) ListClientAgentIPsAfterId ¶
func (this *ClientAgentIPService) ListClientAgentIPsAfterId(ctx context.Context, req *pb.ListClientAgentIPsAfterIdRequest) (*pb.ListClientAgentIPsAfterIdResponse, error)
ListClientAgentIPsAfterId 查询最新的IP
type ClientAgentService ¶
type ClientAgentService struct {
services.BaseService
}
ClientAgentService Agent服务
func (*ClientAgentService) FindAllClientAgents ¶
func (this *ClientAgentService) FindAllClientAgents(ctx context.Context, req *pb.FindAllClientAgentsRequest) (*pb.FindAllClientAgentsResponse, error)
FindAllClientAgents 查找所有Agent
type FormalClientBrowserService ¶
type FormalClientBrowserService struct {
services.BaseService
}
FormalClientBrowserService 浏览器信息库服务
func (*FormalClientBrowserService) CountFormalClientBrowsers ¶
func (this *FormalClientBrowserService) CountFormalClientBrowsers(ctx context.Context, req *pb.CountFormalClientBrowsersRequest) (*pb.RPCCountResponse, error)
CountFormalClientBrowsers 计算浏览器信息数量
func (*FormalClientBrowserService) CreateFormalClientBrowser ¶
func (this *FormalClientBrowserService) CreateFormalClientBrowser(ctx context.Context, req *pb.CreateFormalClientBrowserRequest) (*pb.CreateFormalClientBrowserResponse, error)
CreateFormalClientBrowser 创建浏览器信息
func (*FormalClientBrowserService) FindFormalClientBrowserWithDataId ¶
func (this *FormalClientBrowserService) FindFormalClientBrowserWithDataId(ctx context.Context, req *pb.FindFormalClientBrowserWithDataIdRequest) (*pb.FindFormalClientBrowserWithDataIdResponse, error)
FindFormalClientBrowserWithDataId 通过dataId查询浏览器信息
func (*FormalClientBrowserService) ListFormalClientBrowsers ¶
func (this *FormalClientBrowserService) ListFormalClientBrowsers(ctx context.Context, req *pb.ListFormalClientBrowsersRequest) (*pb.ListFormalClientBrowsersResponse, error)
ListFormalClientBrowsers 列出单页浏览器信息
func (*FormalClientBrowserService) UpdateFormalClientBrowser ¶
func (this *FormalClientBrowserService) UpdateFormalClientBrowser(ctx context.Context, req *pb.UpdateFormalClientBrowserRequest) (*pb.RPCSuccess, error)
UpdateFormalClientBrowser 修改浏览器信息
type FormalClientSystemService ¶
type FormalClientSystemService struct {
services.BaseService
}
FormalClientSystemService 操作系统信息库服务
func (*FormalClientSystemService) CountFormalClientSystems ¶
func (this *FormalClientSystemService) CountFormalClientSystems(ctx context.Context, req *pb.CountFormalClientSystemsRequest) (*pb.RPCCountResponse, error)
CountFormalClientSystems 计算操作系统信息数量
func (*FormalClientSystemService) CreateFormalClientSystem ¶
func (this *FormalClientSystemService) CreateFormalClientSystem(ctx context.Context, req *pb.CreateFormalClientSystemRequest) (*pb.CreateFormalClientSystemResponse, error)
CreateFormalClientSystem 创建操作系统信息
func (*FormalClientSystemService) FindFormalClientSystemWithDataId ¶
func (this *FormalClientSystemService) FindFormalClientSystemWithDataId(ctx context.Context, req *pb.FindFormalClientSystemWithDataIdRequest) (*pb.FindFormalClientSystemWithDataIdResponse, error)
FindFormalClientSystemWithDataId 通过dataId查询操作系统信息
func (*FormalClientSystemService) ListFormalClientSystems ¶
func (this *FormalClientSystemService) ListFormalClientSystems(ctx context.Context, req *pb.ListFormalClientSystemsRequest) (*pb.ListFormalClientSystemsResponse, error)
ListFormalClientSystems 列出单页操作系统信息
func (*FormalClientSystemService) UpdateFormalClientSystem ¶
func (this *FormalClientSystemService) UpdateFormalClientSystem(ctx context.Context, req *pb.UpdateFormalClientSystemRequest) (*pb.RPCSuccess, error)
UpdateFormalClientSystem 修改操作系统信息
Click to show internal directories.
Click to hide internal directories.