Documentation
¶
Index ¶
- func RegisterService(s giraffe_micro.Server, srv Service)
- type Client
- type HistoryExportExcelRequest
- func (*HistoryExportExcelRequest) Descriptor() ([]byte, []int)
- func (m *HistoryExportExcelRequest) GetEt() string
- func (m *HistoryExportExcelRequest) GetEvent() string
- func (m *HistoryExportExcelRequest) GetExcludeEvent() string
- func (m *HistoryExportExcelRequest) GetInstanceId() string
- func (m *HistoryExportExcelRequest) GetObjectId() string
- func (m *HistoryExportExcelRequest) GetOperator() string
- func (m *HistoryExportExcelRequest) GetRange() string
- func (m *HistoryExportExcelRequest) GetSt() string
- func (*HistoryExportExcelRequest) ProtoMessage()
- func (m *HistoryExportExcelRequest) Reset()
- func (m *HistoryExportExcelRequest) String() string
- func (this *HistoryExportExcelRequest) Validate() error
- func (m *HistoryExportExcelRequest) XXX_DiscardUnknown()
- func (m *HistoryExportExcelRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *HistoryExportExcelRequest) XXX_Merge(src proto.Message)
- func (m *HistoryExportExcelRequest) XXX_Size() int
- func (m *HistoryExportExcelRequest) XXX_Unmarshal(b []byte) error
- type Service
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterService ¶
func RegisterService(s giraffe_micro.Server, srv Service)
Types ¶
type Client ¶
type Client interface { }
Client is the client API for history service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewClient ¶
func NewClient(c giraffe_micro.Client) Client
type HistoryExportExcelRequest ¶
type HistoryExportExcelRequest struct { // //模型Id ObjectId string `protobuf:"bytes,1,opt,name=object_id,json=objectId,proto3" json:"object_id" form:"object_id"` // //实例ID InstanceId string `protobuf:"bytes,2,opt,name=instanceId,proto3" json:"instanceId" form:"instanceId"` // //操作人 Operator string `protobuf:"bytes,3,opt,name=operator,proto3" json:"operator" form:"operator"` // //事件名称 Event string `protobuf:"bytes,4,opt,name=event,proto3" json:"event" form:"event"` // //排除事件名称 ExcludeEvent string `protobuf:"bytes,5,opt,name=exclude_event,json=excludeEvent,proto3" json:"exclude_event" form:"exclude_event"` // //range Range string `protobuf:"bytes,6,opt,name=range,proto3" json:"range" form:"range"` // //st St string `protobuf:"bytes,7,opt,name=st,proto3" json:"st" form:"st"` // //et Et string `protobuf:"bytes,8,opt,name=et,proto3" json:"et" form:"et"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
HistoryExportExcel请求
func (*HistoryExportExcelRequest) Descriptor ¶
func (*HistoryExportExcelRequest) Descriptor() ([]byte, []int)
func (*HistoryExportExcelRequest) GetEt ¶
func (m *HistoryExportExcelRequest) GetEt() string
func (*HistoryExportExcelRequest) GetEvent ¶
func (m *HistoryExportExcelRequest) GetEvent() string
func (*HistoryExportExcelRequest) GetExcludeEvent ¶
func (m *HistoryExportExcelRequest) GetExcludeEvent() string
func (*HistoryExportExcelRequest) GetInstanceId ¶
func (m *HistoryExportExcelRequest) GetInstanceId() string
func (*HistoryExportExcelRequest) GetObjectId ¶
func (m *HistoryExportExcelRequest) GetObjectId() string
func (*HistoryExportExcelRequest) GetOperator ¶
func (m *HistoryExportExcelRequest) GetOperator() string
func (*HistoryExportExcelRequest) GetRange ¶
func (m *HistoryExportExcelRequest) GetRange() string
func (*HistoryExportExcelRequest) GetSt ¶
func (m *HistoryExportExcelRequest) GetSt() string
func (*HistoryExportExcelRequest) ProtoMessage ¶
func (*HistoryExportExcelRequest) ProtoMessage()
func (*HistoryExportExcelRequest) Reset ¶
func (m *HistoryExportExcelRequest) Reset()
func (*HistoryExportExcelRequest) String ¶
func (m *HistoryExportExcelRequest) String() string
func (*HistoryExportExcelRequest) Validate ¶
func (this *HistoryExportExcelRequest) Validate() error
func (*HistoryExportExcelRequest) XXX_DiscardUnknown ¶
func (m *HistoryExportExcelRequest) XXX_DiscardUnknown()
func (*HistoryExportExcelRequest) XXX_Marshal ¶
func (m *HistoryExportExcelRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*HistoryExportExcelRequest) XXX_Merge ¶
func (m *HistoryExportExcelRequest) XXX_Merge(src proto.Message)
func (*HistoryExportExcelRequest) XXX_Size ¶
func (m *HistoryExportExcelRequest) XXX_Size() int
func (*HistoryExportExcelRequest) XXX_Unmarshal ¶
func (m *HistoryExportExcelRequest) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.