name is changed
This commit is contained in:
parent
575e25cfb9
commit
c05e19d297
|
@ -25,13 +25,13 @@ message NavigateRequest {
|
|||
string url = 2;
|
||||
string referrer = 3;
|
||||
TransitionType transitionType = 4;
|
||||
string frameId = 5;
|
||||
string frameID = 5;
|
||||
}
|
||||
|
||||
message NavigateReply {
|
||||
string api = 1;
|
||||
string frameId = 2;
|
||||
string loaderId = 3;
|
||||
string frameID = 2;
|
||||
string loaderID = 3;
|
||||
string errorText = 4;
|
||||
}
|
||||
|
||||
|
|
|
@ -88,7 +88,7 @@ type NavigateRequest struct {
|
|||
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"`
|
||||
FrameID string `protobuf:"bytes,5,opt,name=frameID,proto3" json:"frameID,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
|
@ -147,17 +147,17 @@ func (m *NavigateRequest) GetTransitionType() TransitionType {
|
|||
return TransitionType_link
|
||||
}
|
||||
|
||||
func (m *NavigateRequest) GetFrameId() string {
|
||||
func (m *NavigateRequest) GetFrameID() string {
|
||||
if m != nil {
|
||||
return m.FrameId
|
||||
return m.FrameID
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
type NavigateReply struct {
|
||||
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"`
|
||||
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"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
|
@ -196,16 +196,16 @@ func (m *NavigateReply) GetApi() string {
|
|||
return ""
|
||||
}
|
||||
|
||||
func (m *NavigateReply) GetFrameId() string {
|
||||
func (m *NavigateReply) GetFrameID() string {
|
||||
if m != nil {
|
||||
return m.FrameId
|
||||
return m.FrameID
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
func (m *NavigateReply) GetLoaderId() string {
|
||||
func (m *NavigateReply) GetLoaderID() string {
|
||||
if m != nil {
|
||||
return m.LoaderId
|
||||
return m.LoaderID
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
@ -227,31 +227,31 @@ func init() { proto.RegisterFile("cdp-service.proto", fileDescriptor_2d5fb18e228
|
|||
|
||||
var fileDescriptor_2d5fb18e228de6bf = []byte{
|
||||
// 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,
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x92, 0xcf, 0x8e, 0xd3, 0x30,
|
||||
0x10, 0xc6, 0x49, 0xff, 0x67, 0x4a, 0x5b, 0x77, 0x56, 0x48, 0x51, 0x85, 0xc4, 0x6a, 0x4f, 0x2b,
|
||||
0x24, 0xba, 0xda, 0x72, 0xe3, 0x84, 0x44, 0x2f, 0x7b, 0x41, 0xa8, 0xf4, 0x5e, 0x39, 0x9b, 0x69,
|
||||
0xb1, 0xea, 0xc4, 0x66, 0x62, 0x07, 0xf2, 0x44, 0x3c, 0x16, 0xaf, 0x82, 0x9c, 0xd2, 0x96, 0x56,
|
||||
0xdc, 0xf2, 0xfd, 0xe2, 0x6f, 0xf2, 0x4b, 0x32, 0x30, 0x7d, 0xce, 0xec, 0xbb, 0x92, 0xb8, 0x52,
|
||||
0xcf, 0x34, 0xb7, 0x6c, 0x9c, 0xc1, 0x56, 0xf5, 0x38, 0x7b, 0xb3, 0x33, 0x66, 0xa7, 0xe9, 0xa1,
|
||||
0x21, 0xa9, 0xdf, 0x3e, 0x38, 0x95, 0x53, 0xe9, 0x64, 0x6e, 0x0f, 0x87, 0xee, 0x7e, 0x45, 0x30,
|
||||
0xf9, 0x2c, 0x2b, 0xb5, 0x93, 0x8e, 0x56, 0xf4, 0xdd, 0x53, 0xe9, 0x50, 0x40, 0x5b, 0x5a, 0x95,
|
||||
0x44, 0xb7, 0xd1, 0x7d, 0xbc, 0x0a, 0x97, 0x81, 0x78, 0xd6, 0x49, 0xeb, 0x40, 0x3c, 0x6b, 0x9c,
|
||||
0xc1, 0x80, 0x69, 0x4b, 0xcc, 0xc4, 0x49, 0xbb, 0xc1, 0xa7, 0x8c, 0x1f, 0x60, 0xec, 0x58, 0x16,
|
||||
0xa5, 0x72, 0xca, 0x14, 0xeb, 0xda, 0x52, 0xd2, 0xb9, 0x8d, 0xee, 0xc7, 0x0b, 0x9c, 0x57, 0x8f,
|
||||
0xf3, 0xf5, 0xc5, 0x9d, 0xd5, 0xd5, 0x49, 0x4c, 0xa0, 0xbf, 0x65, 0x99, 0xd3, 0xd3, 0x32, 0xe9,
|
||||
0x36, 0x63, 0x8f, 0xf1, 0xce, 0xc3, 0xe8, 0x2c, 0x6a, 0x75, 0xfd, 0x1f, 0xcd, 0x7f, 0xca, 0xad,
|
||||
0x8b, 0x72, 0xd0, 0xd5, 0x46, 0x66, 0xc4, 0x4f, 0xcb, 0xa3, 0xee, 0x31, 0xe3, 0x6b, 0x88, 0x89,
|
||||
0xd9, 0xf0, 0x9a, 0x7e, 0xba, 0xc6, 0x34, 0x5e, 0x9d, 0xc1, 0xdb, 0xdf, 0x11, 0x8c, 0x2f, 0x9d,
|
||||
0x71, 0x00, 0x1d, 0xad, 0x8a, 0xbd, 0x78, 0x81, 0x31, 0x74, 0x5d, 0x6d, 0x29, 0x13, 0x11, 0x4e,
|
||||
0x60, 0x28, 0xb3, 0x8c, 0xa9, 0x2c, 0x37, 0xa9, 0x64, 0xd1, 0xc2, 0x29, 0x8c, 0xa4, 0x77, 0x66,
|
||||
0x93, 0x1a, 0xb3, 0xcf, 0x25, 0xef, 0x45, 0xfb, 0x84, 0x4a, 0x9f, 0x36, 0x62, 0xa2, 0x83, 0x37,
|
||||
0x30, 0xc9, 0x65, 0xe1, 0xa5, 0x3e, 0xc3, 0x2e, 0x8e, 0x20, 0xde, 0x51, 0x41, 0x2c, 0x1d, 0x65,
|
||||
0xa2, 0x77, 0xaa, 0x39, 0x63, 0x35, 0x55, 0xa4, 0x45, 0x3f, 0x3c, 0x6d, 0x6b, 0x38, 0x0f, 0xa5,
|
||||
0x5c, 0x39, 0x31, 0x40, 0x80, 0x1e, 0x53, 0x78, 0x25, 0x11, 0xe3, 0x10, 0xfa, 0x7b, 0xaa, 0x7f,
|
||||
0x18, 0xce, 0x04, 0xe0, 0x2b, 0x98, 0xfe, 0x0d, 0x9b, 0xf3, 0xcc, 0x61, 0x30, 0x37, 0xee, 0x1b,
|
||||
0xb1, 0x78, 0xb9, 0xf8, 0x08, 0xf0, 0x69, 0xf9, 0xe5, 0xeb, 0x61, 0x77, 0x70, 0x01, 0x83, 0xe3,
|
||||
0x67, 0xc6, 0x9b, 0xf0, 0xc3, 0xae, 0xb6, 0x63, 0x36, 0xbd, 0x84, 0x56, 0xd7, 0x69, 0xaf, 0xd9,
|
||||
0xa5, 0xf7, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0x45, 0x6a, 0x51, 0xf4, 0x85, 0x02, 0x00, 0x00,
|
||||
}
|
||||
|
||||
// Reference imports to suppress errors if they are not otherwise used.
|
||||
|
|
|
@ -277,7 +277,7 @@ proto.v1.NavigateRequest.prototype.setTransitiontype = function(value) {
|
|||
|
||||
|
||||
/**
|
||||
* optional string frameId = 5;
|
||||
* optional string frameID = 5;
|
||||
* @return {string}
|
||||
*/
|
||||
proto.v1.NavigateRequest.prototype.getFrameid = function() {
|
||||
|
@ -453,7 +453,7 @@ proto.v1.NavigateReply.prototype.setApi = function(value) {
|
|||
|
||||
|
||||
/**
|
||||
* optional string frameId = 2;
|
||||
* optional string frameID = 2;
|
||||
* @return {string}
|
||||
*/
|
||||
proto.v1.NavigateReply.prototype.getFrameid = function() {
|
||||
|
@ -468,7 +468,7 @@ proto.v1.NavigateReply.prototype.setFrameid = function(value) {
|
|||
|
||||
|
||||
/**
|
||||
* optional string loaderId = 3;
|
||||
* optional string loaderID = 3;
|
||||
* @return {string}
|
||||
*/
|
||||
proto.v1.NavigateReply.prototype.getLoaderid = function() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user