mirror of
https://github.com/VaalaCat/frp-panel.git
synced 2025-10-04 15:02:54 +08:00
feat: add summary
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.33.0
|
||||
// protoc v5.26.0
|
||||
// protoc-gen-go v1.34.2
|
||||
// protoc v5.27.1
|
||||
// source: api_auth.proto
|
||||
|
||||
package pb
|
||||
@@ -290,7 +290,7 @@ func file_api_auth_proto_rawDescGZIP() []byte {
|
||||
}
|
||||
|
||||
var file_api_auth_proto_msgTypes = make([]protoimpl.MessageInfo, 4)
|
||||
var file_api_auth_proto_goTypes = []interface{}{
|
||||
var file_api_auth_proto_goTypes = []any{
|
||||
(*LoginRequest)(nil), // 0: api_auth.LoginRequest
|
||||
(*LoginResponse)(nil), // 1: api_auth.LoginResponse
|
||||
(*RegisterRequest)(nil), // 2: api_auth.RegisterRequest
|
||||
@@ -314,7 +314,7 @@ func file_api_auth_proto_init() {
|
||||
}
|
||||
file_common_proto_init()
|
||||
if !protoimpl.UnsafeEnabled {
|
||||
file_api_auth_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_api_auth_proto_msgTypes[0].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*LoginRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -326,7 +326,7 @@ func file_api_auth_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_api_auth_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_api_auth_proto_msgTypes[1].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*LoginResponse); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -338,7 +338,7 @@ func file_api_auth_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_api_auth_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_api_auth_proto_msgTypes[2].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*RegisterRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -350,7 +350,7 @@ func file_api_auth_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_api_auth_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_api_auth_proto_msgTypes[3].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*RegisterResponse); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -363,10 +363,10 @@ func file_api_auth_proto_init() {
|
||||
}
|
||||
}
|
||||
}
|
||||
file_api_auth_proto_msgTypes[0].OneofWrappers = []interface{}{}
|
||||
file_api_auth_proto_msgTypes[1].OneofWrappers = []interface{}{}
|
||||
file_api_auth_proto_msgTypes[2].OneofWrappers = []interface{}{}
|
||||
file_api_auth_proto_msgTypes[3].OneofWrappers = []interface{}{}
|
||||
file_api_auth_proto_msgTypes[0].OneofWrappers = []any{}
|
||||
file_api_auth_proto_msgTypes[1].OneofWrappers = []any{}
|
||||
file_api_auth_proto_msgTypes[2].OneofWrappers = []any{}
|
||||
file_api_auth_proto_msgTypes[3].OneofWrappers = []any{}
|
||||
type x struct{}
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
|
Reference in New Issue
Block a user