Versions in this module Expand all Collapse all v0 v0.1.1 Feb 7, 2022 v0.1.0 Dec 27, 2021 Changes in this version + var Event_Detail_DEFAULT string + var Event_Kind_DEFAULT string + var Event_Message_DEFAULT string + var KitexUnusedProtection = struct{} + var ListEventRequest_Base_DEFAULT *base.Base + var ListEventRequest_Filters_DEFAULT map[string][]string + var ListEventRequest_Kind_DEFAULT []string + var ListEventRequest_Limit_DEFAULT int32 = 10 + var ListEventRequest_Name_DEFAULT string + var ListEventRequest_Namespace_DEFAULT string + var ListEventRequest_Start_DEFAULT int32 = 0 + var ListEventRequest_Top_DEFAULT *base.TopParam + var ListEventResponse_Base_DEFAULT *base.Base + type Event struct + Detail *string + Id string + Kind *string + Message *string + OccorTime string + ResourceName string + Times int32 + Type string + func NewEvent() *Event + func (p *Event) BLength() int + func (p *Event) DeepEqual(ano *Event) bool + func (p *Event) FastRead(buf []byte) (int, error) + func (p *Event) FastReadField1(buf []byte) (int, error) + func (p *Event) FastReadField2(buf []byte) (int, error) + func (p *Event) FastReadField3(buf []byte) (int, error) + func (p *Event) FastReadField4(buf []byte) (int, error) + func (p *Event) FastReadField5(buf []byte) (int, error) + func (p *Event) FastReadField6(buf []byte) (int, error) + func (p *Event) FastReadField7(buf []byte) (int, error) + func (p *Event) FastReadField8(buf []byte) (int, error) + func (p *Event) FastWrite(buf []byte) int + func (p *Event) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int + func (p *Event) Field1DeepEqual(src string) bool + func (p *Event) Field2DeepEqual(src string) bool + func (p *Event) Field3DeepEqual(src string) bool + func (p *Event) Field4DeepEqual(src *string) bool + func (p *Event) Field5DeepEqual(src string) bool + func (p *Event) Field6DeepEqual(src *string) bool + func (p *Event) Field7DeepEqual(src *string) bool + func (p *Event) Field8DeepEqual(src int32) bool + func (p *Event) GetDetail() (v string) + func (p *Event) GetId() (v string) + func (p *Event) GetKind() (v string) + func (p *Event) GetMessage() (v string) + func (p *Event) GetOccorTime() (v string) + func (p *Event) GetResourceName() (v string) + func (p *Event) GetTimes() (v int32) + func (p *Event) GetType() (v string) + func (p *Event) IsSetDetail() bool + func (p *Event) IsSetKind() bool + func (p *Event) IsSetMessage() bool + func (p *Event) Read(iprot thrift.TProtocol) (err error) + func (p *Event) ReadField1(iprot thrift.TProtocol) error + func (p *Event) ReadField2(iprot thrift.TProtocol) error + func (p *Event) ReadField3(iprot thrift.TProtocol) error + func (p *Event) ReadField4(iprot thrift.TProtocol) error + func (p *Event) ReadField5(iprot thrift.TProtocol) error + func (p *Event) ReadField6(iprot thrift.TProtocol) error + func (p *Event) ReadField7(iprot thrift.TProtocol) error + func (p *Event) ReadField8(iprot thrift.TProtocol) error + func (p *Event) SetDetail(val *string) + func (p *Event) SetId(val string) + func (p *Event) SetKind(val *string) + func (p *Event) SetMessage(val *string) + func (p *Event) SetOccorTime(val string) + func (p *Event) SetResourceName(val string) + func (p *Event) SetTimes(val int32) + func (p *Event) SetType(val string) + func (p *Event) String() string + func (p *Event) Write(oprot thrift.TProtocol) (err error) + type ListEventRequest struct + Base *base.Base + ClusterId string + Filters map[string][]string + Kind []string + Limit int32 + Name *string + Namespace *string + Start int32 + Top *base.TopParam + func NewListEventRequest() *ListEventRequest + func (p *ListEventRequest) BLength() int + func (p *ListEventRequest) DeepEqual(ano *ListEventRequest) bool + func (p *ListEventRequest) FastRead(buf []byte) (int, error) + func (p *ListEventRequest) FastReadField1(buf []byte) (int, error) + func (p *ListEventRequest) FastReadField2(buf []byte) (int, error) + func (p *ListEventRequest) FastReadField254(buf []byte) (int, error) + func (p *ListEventRequest) FastReadField255(buf []byte) (int, error) + func (p *ListEventRequest) FastReadField3(buf []byte) (int, error) + func (p *ListEventRequest) FastReadField4(buf []byte) (int, error) + func (p *ListEventRequest) FastReadField5(buf []byte) (int, error) + func (p *ListEventRequest) FastReadField6(buf []byte) (int, error) + func (p *ListEventRequest) FastReadField7(buf []byte) (int, error) + func (p *ListEventRequest) FastWrite(buf []byte) int + func (p *ListEventRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int + func (p *ListEventRequest) Field1DeepEqual(src string) bool + func (p *ListEventRequest) Field254DeepEqual(src *base.TopParam) bool + func (p *ListEventRequest) Field255DeepEqual(src *base.Base) bool + func (p *ListEventRequest) Field2DeepEqual(src *string) bool + func (p *ListEventRequest) Field3DeepEqual(src *string) bool + func (p *ListEventRequest) Field4DeepEqual(src []string) bool + func (p *ListEventRequest) Field5DeepEqual(src int32) bool + func (p *ListEventRequest) Field6DeepEqual(src int32) bool + func (p *ListEventRequest) Field7DeepEqual(src map[string][]string) bool + func (p *ListEventRequest) GetBase() (v *base.Base) + func (p *ListEventRequest) GetClusterId() (v string) + func (p *ListEventRequest) GetFilters() (v map[string][]string) + func (p *ListEventRequest) GetKind() (v []string) + func (p *ListEventRequest) GetLimit() (v int32) + func (p *ListEventRequest) GetName() (v string) + func (p *ListEventRequest) GetNamespace() (v string) + func (p *ListEventRequest) GetOrSetBase() interface{} + func (p *ListEventRequest) GetStart() (v int32) + func (p *ListEventRequest) GetTop() (v *base.TopParam) + func (p *ListEventRequest) IsSetBase() bool + func (p *ListEventRequest) IsSetFilters() bool + func (p *ListEventRequest) IsSetKind() bool + func (p *ListEventRequest) IsSetLimit() bool + func (p *ListEventRequest) IsSetName() bool + func (p *ListEventRequest) IsSetNamespace() bool + func (p *ListEventRequest) IsSetStart() bool + func (p *ListEventRequest) IsSetTop() bool + func (p *ListEventRequest) Read(iprot thrift.TProtocol) (err error) + func (p *ListEventRequest) ReadField1(iprot thrift.TProtocol) error + func (p *ListEventRequest) ReadField2(iprot thrift.TProtocol) error + func (p *ListEventRequest) ReadField254(iprot thrift.TProtocol) error + func (p *ListEventRequest) ReadField255(iprot thrift.TProtocol) error + func (p *ListEventRequest) ReadField3(iprot thrift.TProtocol) error + func (p *ListEventRequest) ReadField4(iprot thrift.TProtocol) error + func (p *ListEventRequest) ReadField5(iprot thrift.TProtocol) error + func (p *ListEventRequest) ReadField6(iprot thrift.TProtocol) error + func (p *ListEventRequest) ReadField7(iprot thrift.TProtocol) error + func (p *ListEventRequest) SetBase(val *base.Base) + func (p *ListEventRequest) SetClusterId(val string) + func (p *ListEventRequest) SetFilters(val map[string][]string) + func (p *ListEventRequest) SetKind(val []string) + func (p *ListEventRequest) SetLimit(val int32) + func (p *ListEventRequest) SetName(val *string) + func (p *ListEventRequest) SetNamespace(val *string) + func (p *ListEventRequest) SetStart(val int32) + func (p *ListEventRequest) SetTop(val *base.TopParam) + func (p *ListEventRequest) String() string + func (p *ListEventRequest) Write(oprot thrift.TProtocol) (err error) + type ListEventResponse struct + Base *base.Base + Items []*Event + Total int32 + func NewListEventResponse() *ListEventResponse + func (p *ListEventResponse) BLength() int + func (p *ListEventResponse) DeepEqual(ano *ListEventResponse) bool + func (p *ListEventResponse) FastRead(buf []byte) (int, error) + func (p *ListEventResponse) FastReadField1(buf []byte) (int, error) + func (p *ListEventResponse) FastReadField2(buf []byte) (int, error) + func (p *ListEventResponse) FastReadField255(buf []byte) (int, error) + func (p *ListEventResponse) FastWrite(buf []byte) int + func (p *ListEventResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int + func (p *ListEventResponse) Field1DeepEqual(src []*Event) bool + func (p *ListEventResponse) Field255DeepEqual(src *base.Base) bool + func (p *ListEventResponse) Field2DeepEqual(src int32) bool + func (p *ListEventResponse) GetBase() (v *base.Base) + func (p *ListEventResponse) GetItems() (v []*Event) + func (p *ListEventResponse) GetOrSetBase() interface{} + func (p *ListEventResponse) GetTotal() (v int32) + func (p *ListEventResponse) IsSetBase() bool + func (p *ListEventResponse) Read(iprot thrift.TProtocol) (err error) + func (p *ListEventResponse) ReadField1(iprot thrift.TProtocol) error + func (p *ListEventResponse) ReadField2(iprot thrift.TProtocol) error + func (p *ListEventResponse) ReadField255(iprot thrift.TProtocol) error + func (p *ListEventResponse) SetBase(val *base.Base) + func (p *ListEventResponse) SetItems(val []*Event) + func (p *ListEventResponse) SetTotal(val int32) + func (p *ListEventResponse) String() string + func (p *ListEventResponse) Write(oprot thrift.TProtocol) (err error)