2019-05-11 04:06:16 +00:00
|
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
|
|
// source: cdp-service.proto
|
|
|
|
|
|
|
|
package v1
|
|
|
|
|
|
|
|
import (
|
|
|
|
context "context"
|
|
|
|
fmt "fmt"
|
|
|
|
proto "github.com/golang/protobuf/proto"
|
|
|
|
_ "github.com/golang/protobuf/ptypes/timestamp"
|
|
|
|
grpc "google.golang.org/grpc"
|
|
|
|
codes "google.golang.org/grpc/codes"
|
|
|
|
status "google.golang.org/grpc/status"
|
|
|
|
math "math"
|
|
|
|
)
|
|
|
|
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
|
|
var _ = proto.Marshal
|
|
|
|
var _ = fmt.Errorf
|
|
|
|
var _ = math.Inf
|
|
|
|
|
|
|
|
// This is a compile-time assertion to ensure that this generated file
|
|
|
|
// is compatible with the proto package it is being compiled against.
|
|
|
|
// A compilation error at this line likely means your copy of the
|
|
|
|
// proto package needs to be updated.
|
|
|
|
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
|
|
|
|
|
|
|
|
type TransitionType int32
|
|
|
|
|
|
|
|
const (
|
|
|
|
TransitionType_link TransitionType = 0
|
|
|
|
TransitionType_typed TransitionType = 1
|
|
|
|
TransitionType_address_bar TransitionType = 2
|
|
|
|
TransitionType_auto_bookmark TransitionType = 3
|
|
|
|
TransitionType_auto_subframe TransitionType = 4
|
|
|
|
TransitionType_manual_subframe TransitionType = 5
|
|
|
|
TransitionType_generated TransitionType = 6
|
|
|
|
TransitionType_auto_toplevel TransitionType = 7
|
|
|
|
TransitionType_form_submit TransitionType = 8
|
|
|
|
TransitionType_reload TransitionType = 9
|
|
|
|
TransitionType_keyword TransitionType = 10
|
|
|
|
TransitionType_keyword_generated TransitionType = 11
|
|
|
|
TransitionType_other TransitionType = 12
|
|
|
|
)
|
|
|
|
|
|
|
|
var TransitionType_name = map[int32]string{
|
|
|
|
0: "link",
|
|
|
|
1: "typed",
|
|
|
|
2: "address_bar",
|
|
|
|
3: "auto_bookmark",
|
|
|
|
4: "auto_subframe",
|
|
|
|
5: "manual_subframe",
|
|
|
|
6: "generated",
|
|
|
|
7: "auto_toplevel",
|
|
|
|
8: "form_submit",
|
|
|
|
9: "reload",
|
|
|
|
10: "keyword",
|
|
|
|
11: "keyword_generated",
|
|
|
|
12: "other",
|
|
|
|
}
|
|
|
|
|
|
|
|
var TransitionType_value = map[string]int32{
|
|
|
|
"link": 0,
|
|
|
|
"typed": 1,
|
|
|
|
"address_bar": 2,
|
|
|
|
"auto_bookmark": 3,
|
|
|
|
"auto_subframe": 4,
|
|
|
|
"manual_subframe": 5,
|
|
|
|
"generated": 6,
|
|
|
|
"auto_toplevel": 7,
|
|
|
|
"form_submit": 8,
|
|
|
|
"reload": 9,
|
|
|
|
"keyword": 10,
|
|
|
|
"keyword_generated": 11,
|
|
|
|
"other": 12,
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x TransitionType) String() string {
|
|
|
|
return proto.EnumName(TransitionType_name, int32(x))
|
|
|
|
}
|
|
|
|
|
|
|
|
func (TransitionType) EnumDescriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_2d5fb18e228de6bf, []int{0}
|
|
|
|
}
|
|
|
|
|
|
|
|
type NavigateRequest struct {
|
2019-05-11 05:11:33 +00:00
|
|
|
Api string `protobuf:"bytes,1,opt,name=api,proto3" json:"api,omitempty"`
|
|
|
|
Url string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
|
|
|
|
Referrer string `protobuf:"bytes,3,opt,name=referrer,proto3" json:"referrer,omitempty"`
|
|
|
|
TransitionType TransitionType `protobuf:"varint,4,opt,name=transitionType,proto3,enum=v1.TransitionType" json:"transitionType,omitempty"`
|
|
|
|
FrameId string `protobuf:"bytes,5,opt,name=frameId,proto3" json:"frameId,omitempty"`
|
2019-05-11 04:06:16 +00:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *NavigateRequest) Reset() { *m = NavigateRequest{} }
|
|
|
|
func (m *NavigateRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*NavigateRequest) ProtoMessage() {}
|
|
|
|
func (*NavigateRequest) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_2d5fb18e228de6bf, []int{0}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *NavigateRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_NavigateRequest.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *NavigateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_NavigateRequest.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (m *NavigateRequest) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_NavigateRequest.Merge(m, src)
|
|
|
|
}
|
|
|
|
func (m *NavigateRequest) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_NavigateRequest.Size(m)
|
|
|
|
}
|
|
|
|
func (m *NavigateRequest) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_NavigateRequest.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_NavigateRequest proto.InternalMessageInfo
|
|
|
|
|
2019-05-11 05:11:33 +00:00
|
|
|
func (m *NavigateRequest) GetApi() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Api
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2019-05-11 04:06:16 +00:00
|
|
|
func (m *NavigateRequest) GetUrl() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Url
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *NavigateRequest) GetReferrer() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Referrer
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *NavigateRequest) GetTransitionType() TransitionType {
|
|
|
|
if m != nil {
|
|
|
|
return m.TransitionType
|
|
|
|
}
|
|
|
|
return TransitionType_link
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *NavigateRequest) GetFrameId() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.FrameId
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
type NavigateReply struct {
|
2019-05-11 05:11:33 +00:00
|
|
|
Api string `protobuf:"bytes,1,opt,name=api,proto3" json:"api,omitempty"`
|
|
|
|
FrameId string `protobuf:"bytes,2,opt,name=frameId,proto3" json:"frameId,omitempty"`
|
|
|
|
LoaderId string `protobuf:"bytes,3,opt,name=loaderId,proto3" json:"loaderId,omitempty"`
|
|
|
|
ErrorText string `protobuf:"bytes,4,opt,name=errorText,proto3" json:"errorText,omitempty"`
|
2019-05-11 04:06:16 +00:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *NavigateReply) Reset() { *m = NavigateReply{} }
|
|
|
|
func (m *NavigateReply) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*NavigateReply) ProtoMessage() {}
|
|
|
|
func (*NavigateReply) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_2d5fb18e228de6bf, []int{1}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *NavigateReply) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_NavigateReply.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *NavigateReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_NavigateReply.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (m *NavigateReply) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_NavigateReply.Merge(m, src)
|
|
|
|
}
|
|
|
|
func (m *NavigateReply) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_NavigateReply.Size(m)
|
|
|
|
}
|
|
|
|
func (m *NavigateReply) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_NavigateReply.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_NavigateReply proto.InternalMessageInfo
|
|
|
|
|
2019-05-11 05:11:33 +00:00
|
|
|
func (m *NavigateReply) GetApi() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Api
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2019-05-11 04:06:16 +00:00
|
|
|
func (m *NavigateReply) GetFrameId() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.FrameId
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *NavigateReply) GetLoaderId() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.LoaderId
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *NavigateReply) GetErrorText() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.ErrorText
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func init() {
|
|
|
|
proto.RegisterEnum("v1.TransitionType", TransitionType_name, TransitionType_value)
|
|
|
|
proto.RegisterType((*NavigateRequest)(nil), "v1.NavigateRequest")
|
|
|
|
proto.RegisterType((*NavigateReply)(nil), "v1.NavigateReply")
|
|
|
|
}
|
|
|
|
|
|
|
|
func init() { proto.RegisterFile("cdp-service.proto", fileDescriptor_2d5fb18e228de6bf) }
|
|
|
|
|
|
|
|
var fileDescriptor_2d5fb18e228de6bf = []byte{
|
2019-05-11 05:11:33 +00:00
|
|
|
// 400 bytes of a gzipped FileDescriptorProto
|
|
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x92, 0xcf, 0x6e, 0xd3, 0x40,
|
|
|
|
0x10, 0xc6, 0x71, 0xfe, 0x7b, 0x42, 0x92, 0xcd, 0x54, 0x48, 0x56, 0x84, 0x44, 0xd5, 0x53, 0x85,
|
|
|
|
0x44, 0xaa, 0x86, 0x1b, 0x27, 0x24, 0xb8, 0xf4, 0x82, 0x50, 0xc8, 0x3d, 0x5a, 0x77, 0x27, 0xc1,
|
|
|
|
0xca, 0xda, 0xbb, 0x8c, 0x77, 0x0d, 0x7e, 0x22, 0x1e, 0x8b, 0x57, 0x41, 0xeb, 0x90, 0x04, 0x57,
|
|
|
|
0xbd, 0xf9, 0xfb, 0x79, 0xbf, 0xf1, 0xcf, 0xf6, 0xc0, 0xfc, 0x51, 0xd9, 0x77, 0x25, 0x71, 0x95,
|
|
|
|
0x3d, 0xd2, 0xd2, 0xb2, 0x71, 0x06, 0x3b, 0xd5, 0xfd, 0xe2, 0xcd, 0xde, 0x98, 0xbd, 0xa6, 0xbb,
|
|
|
|
0x86, 0xa4, 0x7e, 0x77, 0xe7, 0xb2, 0x9c, 0x4a, 0x27, 0x73, 0x7b, 0x3c, 0x74, 0xf3, 0x3b, 0x82,
|
|
|
|
0xd9, 0x17, 0x59, 0x65, 0x7b, 0xe9, 0x68, 0x4d, 0x3f, 0x3c, 0x95, 0x0e, 0x05, 0x74, 0xa5, 0xcd,
|
|
|
|
0x92, 0xe8, 0x3a, 0xba, 0x8d, 0xd7, 0xe1, 0x32, 0x10, 0xcf, 0x3a, 0xe9, 0x1c, 0x89, 0x67, 0x8d,
|
|
|
|
0x0b, 0x18, 0x31, 0xed, 0x88, 0x99, 0x38, 0xe9, 0x36, 0xf8, 0x9c, 0xf1, 0x03, 0x4c, 0x1d, 0xcb,
|
|
|
|
0xa2, 0xcc, 0x5c, 0x66, 0x8a, 0x4d, 0x6d, 0x29, 0xe9, 0x5d, 0x47, 0xb7, 0xd3, 0x15, 0x2e, 0xab,
|
|
|
|
0xfb, 0xe5, 0xa6, 0x75, 0x67, 0xfd, 0xe4, 0x24, 0x26, 0x30, 0xdc, 0xb1, 0xcc, 0xe9, 0x41, 0x25,
|
|
|
|
0xfd, 0x66, 0xec, 0x29, 0xde, 0x78, 0x98, 0x5c, 0x44, 0xad, 0xae, 0x9f, 0xd1, 0xfc, 0xaf, 0xdc,
|
|
|
|
0x69, 0x95, 0x83, 0xae, 0x36, 0x52, 0x11, 0x3f, 0xa8, 0x93, 0xee, 0x29, 0xe3, 0x6b, 0x88, 0x89,
|
|
|
|
0xd9, 0xf0, 0x86, 0x7e, 0xb9, 0xc6, 0x34, 0x5e, 0x5f, 0xc0, 0xdb, 0x3f, 0x11, 0x4c, 0xdb, 0xce,
|
|
|
|
0x38, 0x82, 0x9e, 0xce, 0x8a, 0x83, 0x78, 0x81, 0x31, 0xf4, 0x5d, 0x6d, 0x49, 0x89, 0x08, 0x67,
|
|
|
|
0x30, 0x96, 0x4a, 0x31, 0x95, 0xe5, 0x36, 0x95, 0x2c, 0x3a, 0x38, 0x87, 0x89, 0xf4, 0xce, 0x6c,
|
|
|
|
0x53, 0x63, 0x0e, 0xb9, 0xe4, 0x83, 0xe8, 0x9e, 0x51, 0xe9, 0xd3, 0x46, 0x4c, 0xf4, 0xf0, 0x0a,
|
|
|
|
0x66, 0xb9, 0x2c, 0xbc, 0xd4, 0x17, 0xd8, 0xc7, 0x09, 0xc4, 0x7b, 0x2a, 0x88, 0xa5, 0x23, 0x25,
|
|
|
|
0x06, 0xe7, 0x9a, 0x33, 0x56, 0x53, 0x45, 0x5a, 0x0c, 0xc3, 0xd3, 0x76, 0x86, 0xf3, 0x50, 0xca,
|
|
|
|
0x33, 0x27, 0x46, 0x08, 0x30, 0x60, 0x0a, 0xaf, 0x24, 0x62, 0x1c, 0xc3, 0xf0, 0x40, 0xf5, 0x4f,
|
|
|
|
0xc3, 0x4a, 0x00, 0xbe, 0x82, 0xf9, 0xbf, 0xb0, 0xbd, 0xcc, 0x1c, 0x07, 0x73, 0xe3, 0xbe, 0x13,
|
|
|
|
0x8b, 0x97, 0xab, 0x8f, 0x00, 0x9f, 0x3e, 0x7f, 0xfd, 0x76, 0xdc, 0x1d, 0x5c, 0xc1, 0xe8, 0xf4,
|
|
|
|
0x99, 0xf1, 0x2a, 0xfc, 0xb0, 0x27, 0xdb, 0xb1, 0x98, 0xb7, 0xa1, 0xd5, 0x75, 0x3a, 0x68, 0x76,
|
|
|
|
0xe9, 0xfd, 0xdf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x59, 0x7c, 0x41, 0xdf, 0x85, 0x02, 0x00, 0x00,
|
2019-05-11 04:06:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
|
|
var _ context.Context
|
|
|
|
var _ grpc.ClientConn
|
|
|
|
|
|
|
|
// This is a compile-time assertion to ensure that this generated file
|
|
|
|
// is compatible with the grpc package it is being compiled against.
|
|
|
|
const _ = grpc.SupportPackageIsVersion4
|
|
|
|
|
|
|
|
// CDPServiceClient is the client API for CDPService service.
|
|
|
|
//
|
|
|
|
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
|
|
|
|
type CDPServiceClient interface {
|
|
|
|
Navigate(ctx context.Context, in *NavigateRequest, opts ...grpc.CallOption) (*NavigateReply, error)
|
|
|
|
}
|
|
|
|
|
|
|
|
type cDPServiceClient struct {
|
|
|
|
cc *grpc.ClientConn
|
|
|
|
}
|
|
|
|
|
|
|
|
func NewCDPServiceClient(cc *grpc.ClientConn) CDPServiceClient {
|
|
|
|
return &cDPServiceClient{cc}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (c *cDPServiceClient) Navigate(ctx context.Context, in *NavigateRequest, opts ...grpc.CallOption) (*NavigateReply, error) {
|
|
|
|
out := new(NavigateReply)
|
|
|
|
err := c.cc.Invoke(ctx, "/v1.CDPService/Navigate", in, out, opts...)
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
|
|
|
// CDPServiceServer is the server API for CDPService service.
|
|
|
|
type CDPServiceServer interface {
|
|
|
|
Navigate(context.Context, *NavigateRequest) (*NavigateReply, error)
|
|
|
|
}
|
|
|
|
|
|
|
|
// UnimplementedCDPServiceServer can be embedded to have forward compatible implementations.
|
|
|
|
type UnimplementedCDPServiceServer struct {
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*UnimplementedCDPServiceServer) Navigate(ctx context.Context, req *NavigateRequest) (*NavigateReply, error) {
|
|
|
|
return nil, status.Errorf(codes.Unimplemented, "method Navigate not implemented")
|
|
|
|
}
|
|
|
|
|
|
|
|
func RegisterCDPServiceServer(s *grpc.Server, srv CDPServiceServer) {
|
|
|
|
s.RegisterService(&_CDPService_serviceDesc, srv)
|
|
|
|
}
|
|
|
|
|
|
|
|
func _CDPService_Navigate_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
in := new(NavigateRequest)
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
|
|
|
return srv.(CDPServiceServer).Navigate(ctx, in)
|
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
|
|
|
FullMethod: "/v1.CDPService/Navigate",
|
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
|
|
return srv.(CDPServiceServer).Navigate(ctx, req.(*NavigateRequest))
|
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
|
|
|
var _CDPService_serviceDesc = grpc.ServiceDesc{
|
|
|
|
ServiceName: "v1.CDPService",
|
|
|
|
HandlerType: (*CDPServiceServer)(nil),
|
|
|
|
Methods: []grpc.MethodDesc{
|
|
|
|
{
|
|
|
|
MethodName: "Navigate",
|
|
|
|
Handler: _CDPService_Navigate_Handler,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
Streams: []grpc.StreamDesc{},
|
|
|
|
Metadata: "cdp-service.proto",
|
|
|
|
}
|