github.com/Mrs4s/MiraiGo@v0.0.0-20240226124653-54bdd873e3fe/client/pb/web/WebSsoBody.pb.go (about)

     1  // Code generated by protoc-gen-golite. DO NOT EDIT.
     2  // source: pb/web/WebSsoBody.proto
     3  
     4  package web
     5  
     6  import (
     7  	proto "github.com/RomiChan/protobuf/proto"
     8  )
     9  
    10  type STServiceMonitItem struct {
    11  	Cmd     proto.Option[string] `protobuf:"bytes,1,opt"`
    12  	Url     proto.Option[string] `protobuf:"bytes,2,opt"`
    13  	Errcode proto.Option[int32]  `protobuf:"varint,3,opt"`
    14  	Cost    proto.Option[uint32] `protobuf:"varint,4,opt"`
    15  	Src     proto.Option[uint32] `protobuf:"varint,5,opt"`
    16  	_       [0]func()
    17  }
    18  
    19  type STServiceMonitReq struct {
    20  	List []*STServiceMonitItem `protobuf:"bytes,1,rep"`
    21  }
    22  
    23  type WebSsoControlData struct {
    24  	Frequency   proto.Option[uint32] `protobuf:"varint,1,opt"`
    25  	PackageSize proto.Option[uint32] `protobuf:"varint,2,opt"`
    26  	_           [0]func()
    27  }
    28  
    29  type WebSsoRequestBody struct {
    30  	Version proto.Option[uint32] `protobuf:"varint,1,opt"`
    31  	Type    proto.Option[uint32] `protobuf:"varint,2,opt"`
    32  	Data    proto.Option[string] `protobuf:"bytes,3,opt"`
    33  	WebData proto.Option[string] `protobuf:"bytes,4,opt"`
    34  	_       [0]func()
    35  }
    36  
    37  type WebSsoResponseBody struct {
    38  	Version     proto.Option[uint32] `protobuf:"varint,1,opt"`
    39  	Type        proto.Option[uint32] `protobuf:"varint,2,opt"`
    40  	Ret         proto.Option[uint32] `protobuf:"varint,3,opt"`
    41  	Data        proto.Option[string] `protobuf:"bytes,4,opt"`
    42  	ControlData *WebSsoControlData   `protobuf:"bytes,5,opt"`
    43  	_           [0]func()
    44  }