tiny_audit_service

package
v0.0.13 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 12, 2026 License: GPL-3.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AuthAuditService_Audit_FullMethodName          = "/audit.service.AuthAuditService/Audit"
	AuthAuditService_ListByPeriod_FullMethodName   = "/audit.service.AuthAuditService/ListByPeriod"
	AuthAuditService_ListByUsername_FullMethodName = "/audit.service.AuthAuditService/ListByUsername"
)
View Source
const (
	DataAuditService_Audit_FullMethodName          = "/audit.service.DataAuditService/Audit"
	DataAuditService_ListByPeriod_FullMethodName   = "/audit.service.DataAuditService/ListByPeriod"
	DataAuditService_ListByInstance_FullMethodName = "/audit.service.DataAuditService/ListByInstance"
)

Variables

View Source
var AuthAuditService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "audit.service.AuthAuditService",
	HandlerType: (*AuthAuditServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Audit",
			Handler:    _AuthAuditService_Audit_Handler,
		},
		{
			MethodName: "ListByPeriod",
			Handler:    _AuthAuditService_ListByPeriod_Handler,
		},
		{
			MethodName: "ListByUsername",
			Handler:    _AuthAuditService_ListByUsername_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "tiny-audit-service/v1/auth-audit-service.proto",
}

AuthAuditService_ServiceDesc is the grpc.ServiceDesc for AuthAuditService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var DataAuditService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "audit.service.DataAuditService",
	HandlerType: (*DataAuditServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Audit",
			Handler:    _DataAuditService_Audit_Handler,
		},
		{
			MethodName: "ListByPeriod",
			Handler:    _DataAuditService_ListByPeriod_Handler,
		},
		{
			MethodName: "ListByInstance",
			Handler:    _DataAuditService_ListByInstance_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "tiny-audit-service/v1/data-audit-service.proto",
}

DataAuditService_ServiceDesc is the grpc.ServiceDesc for DataAuditService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var File_tiny_audit_service_v1_auth_audit_service_proto protoreflect.FileDescriptor
View Source
var File_tiny_audit_service_v1_data_audit_service_proto protoreflect.FileDescriptor
View Source
var File_tiny_audit_service_v1_messages_proto protoreflect.FileDescriptor

Functions

func RegisterAuthAuditServiceServer

func RegisterAuthAuditServiceServer(s grpc.ServiceRegistrar, srv AuthAuditServiceServer)

func RegisterDataAuditServiceServer

func RegisterDataAuditServiceServer(s grpc.ServiceRegistrar, srv DataAuditServiceServer)

Types

type AuthAudit

type AuthAudit struct {
	XXX_raceDetectHookData protoimpl.RaceDetectHookData
	XXX_presence           [1]uint32
	// contains filtered or unexported fields
}

func (*AuthAudit) ClearAccessToken

func (x *AuthAudit) ClearAccessToken()

func (*AuthAudit) ClearCreateAt

func (x *AuthAudit) ClearCreateAt()

func (*AuthAudit) ClearEvent

func (x *AuthAudit) ClearEvent()

func (*AuthAudit) ClearEventDate

func (x *AuthAudit) ClearEventDate()

func (*AuthAudit) ClearId

func (x *AuthAudit) ClearId()

func (*AuthAudit) ClearRefreshToken

func (x *AuthAudit) ClearRefreshToken()

func (*AuthAudit) ClearRequestId

func (x *AuthAudit) ClearRequestId()

func (*AuthAudit) ClearSource

func (x *AuthAudit) ClearSource()

func (*AuthAudit) ClearStatus

func (x *AuthAudit) ClearStatus()

func (*AuthAudit) ClearTraceId added in v0.0.2

func (x *AuthAudit) ClearTraceId()

func (*AuthAudit) ClearUpdateAt

func (x *AuthAudit) ClearUpdateAt()

func (*AuthAudit) ClearUsername

func (x *AuthAudit) ClearUsername()

func (*AuthAudit) GetAccessToken

func (x *AuthAudit) GetAccessToken() string

func (*AuthAudit) GetCreateAt

func (x *AuthAudit) GetCreateAt() *timestamppb.Timestamp

func (*AuthAudit) GetEvent

func (x *AuthAudit) GetEvent() string

func (*AuthAudit) GetEventDate

func (x *AuthAudit) GetEventDate() *timestamppb.Timestamp

func (*AuthAudit) GetId

func (x *AuthAudit) GetId() string

func (*AuthAudit) GetRefreshToken

func (x *AuthAudit) GetRefreshToken() string

func (*AuthAudit) GetRequestId

func (x *AuthAudit) GetRequestId() string

func (*AuthAudit) GetSource

func (x *AuthAudit) GetSource() string

func (*AuthAudit) GetStatus

func (x *AuthAudit) GetStatus() string

func (*AuthAudit) GetTraceId added in v0.0.2

func (x *AuthAudit) GetTraceId() string

func (*AuthAudit) GetUpdateAt

func (x *AuthAudit) GetUpdateAt() *timestamppb.Timestamp

func (*AuthAudit) GetUsername

func (x *AuthAudit) GetUsername() string

func (*AuthAudit) HasAccessToken

func (x *AuthAudit) HasAccessToken() bool

func (*AuthAudit) HasCreateAt

func (x *AuthAudit) HasCreateAt() bool

func (*AuthAudit) HasEvent

func (x *AuthAudit) HasEvent() bool

func (*AuthAudit) HasEventDate

func (x *AuthAudit) HasEventDate() bool

func (*AuthAudit) HasId

func (x *AuthAudit) HasId() bool

func (*AuthAudit) HasRefreshToken

func (x *AuthAudit) HasRefreshToken() bool

func (*AuthAudit) HasRequestId

func (x *AuthAudit) HasRequestId() bool

func (*AuthAudit) HasSource

func (x *AuthAudit) HasSource() bool

func (*AuthAudit) HasStatus

func (x *AuthAudit) HasStatus() bool

func (*AuthAudit) HasTraceId added in v0.0.2

func (x *AuthAudit) HasTraceId() bool

func (*AuthAudit) HasUpdateAt

func (x *AuthAudit) HasUpdateAt() bool

func (*AuthAudit) HasUsername

func (x *AuthAudit) HasUsername() bool

func (*AuthAudit) ProtoMessage

func (*AuthAudit) ProtoMessage()

func (*AuthAudit) ProtoReflect

func (x *AuthAudit) ProtoReflect() protoreflect.Message

func (*AuthAudit) Reset

func (x *AuthAudit) Reset()

func (*AuthAudit) SetAccessToken

func (x *AuthAudit) SetAccessToken(v string)

func (*AuthAudit) SetCreateAt

func (x *AuthAudit) SetCreateAt(v *timestamppb.Timestamp)

func (*AuthAudit) SetEvent

func (x *AuthAudit) SetEvent(v string)

func (*AuthAudit) SetEventDate

func (x *AuthAudit) SetEventDate(v *timestamppb.Timestamp)

func (*AuthAudit) SetId

func (x *AuthAudit) SetId(v string)

func (*AuthAudit) SetRefreshToken

func (x *AuthAudit) SetRefreshToken(v string)

func (*AuthAudit) SetRequestId

func (x *AuthAudit) SetRequestId(v string)

func (*AuthAudit) SetSource

func (x *AuthAudit) SetSource(v string)

func (*AuthAudit) SetStatus

func (x *AuthAudit) SetStatus(v string)

func (*AuthAudit) SetTraceId added in v0.0.2

func (x *AuthAudit) SetTraceId(v string)

func (*AuthAudit) SetUpdateAt

func (x *AuthAudit) SetUpdateAt(v *timestamppb.Timestamp)

func (*AuthAudit) SetUsername

func (x *AuthAudit) SetUsername(v string)

func (*AuthAudit) String

func (x *AuthAudit) String() string

type AuthAuditInstances

type AuthAuditInstances struct {
	// contains filtered or unexported fields
}

func (*AuthAuditInstances) GetInstances

func (x *AuthAuditInstances) GetInstances() []*AuthAudit

func (*AuthAuditInstances) ProtoMessage

func (*AuthAuditInstances) ProtoMessage()

func (*AuthAuditInstances) ProtoReflect

func (x *AuthAuditInstances) ProtoReflect() protoreflect.Message

func (*AuthAuditInstances) Reset

func (x *AuthAuditInstances) Reset()

func (*AuthAuditInstances) SetInstances

func (x *AuthAuditInstances) SetInstances(v []*AuthAudit)

func (*AuthAuditInstances) String

func (x *AuthAuditInstances) String() string

type AuthAuditInstances_builder

type AuthAuditInstances_builder struct {
	Instances []*AuthAudit
	// contains filtered or unexported fields
}

func (AuthAuditInstances_builder) Build

type AuthAuditRequest

type AuthAuditRequest struct {
	// contains filtered or unexported fields
}

func (*AuthAuditRequest) ClearData

func (x *AuthAuditRequest) ClearData()

func (*AuthAuditRequest) GetData

func (x *AuthAuditRequest) GetData() *AuthAudit

func (*AuthAuditRequest) HasData

func (x *AuthAuditRequest) HasData() bool

func (*AuthAuditRequest) ProtoMessage

func (*AuthAuditRequest) ProtoMessage()

func (*AuthAuditRequest) ProtoReflect

func (x *AuthAuditRequest) ProtoReflect() protoreflect.Message

func (*AuthAuditRequest) Reset

func (x *AuthAuditRequest) Reset()

func (*AuthAuditRequest) SetData

func (x *AuthAuditRequest) SetData(v *AuthAudit)

func (*AuthAuditRequest) String

func (x *AuthAuditRequest) String() string

type AuthAuditRequest_builder

type AuthAuditRequest_builder struct {
	Data *AuthAudit
	// contains filtered or unexported fields
}

func (AuthAuditRequest_builder) Build

type AuthAuditServiceClient

type AuthAuditServiceClient interface {
	Audit(ctx context.Context, in *AuthAuditRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	ListByPeriod(ctx context.Context, in *ListByPeriodRequest, opts ...grpc.CallOption) (*AuthAuditInstances, error)
	ListByUsername(ctx context.Context, in *AuthListByUsernameRequest, opts ...grpc.CallOption) (*AuthAuditInstances, error)
}

AuthAuditServiceClient is the client API for AuthAuditService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type AuthAuditServiceServer

type AuthAuditServiceServer interface {
	Audit(context.Context, *AuthAuditRequest) (*emptypb.Empty, error)
	ListByPeriod(context.Context, *ListByPeriodRequest) (*AuthAuditInstances, error)
	ListByUsername(context.Context, *AuthListByUsernameRequest) (*AuthAuditInstances, error)
	// contains filtered or unexported methods
}

AuthAuditServiceServer is the server API for AuthAuditService service. All implementations must embed UnimplementedAuthAuditServiceServer for forward compatibility.

type AuthAudit_builder

type AuthAudit_builder struct {
	Id           *string
	Source       *string
	EventDate    *timestamppb.Timestamp
	Event        *string
	Status       *string
	RequestId    *string
	TraceId      *string
	Username     *string
	AccessToken  *string
	RefreshToken *string
	CreateAt     *timestamppb.Timestamp
	UpdateAt     *timestamppb.Timestamp
	// contains filtered or unexported fields
}

func (AuthAudit_builder) Build

func (b0 AuthAudit_builder) Build() *AuthAudit

type AuthListByUsernameRequest

type AuthListByUsernameRequest struct {
	XXX_raceDetectHookData protoimpl.RaceDetectHookData
	XXX_presence           [1]uint32
	// contains filtered or unexported fields
}

func (*AuthListByUsernameRequest) ClearLimit

func (x *AuthListByUsernameRequest) ClearLimit()

func (*AuthListByUsernameRequest) ClearOffset

func (x *AuthListByUsernameRequest) ClearOffset()

func (*AuthListByUsernameRequest) ClearUsername

func (x *AuthListByUsernameRequest) ClearUsername()

func (*AuthListByUsernameRequest) GetLimit

func (x *AuthListByUsernameRequest) GetLimit() uint32

func (*AuthListByUsernameRequest) GetOffset

func (x *AuthListByUsernameRequest) GetOffset() uint32

func (*AuthListByUsernameRequest) GetUsername

func (x *AuthListByUsernameRequest) GetUsername() string

func (*AuthListByUsernameRequest) HasLimit

func (x *AuthListByUsernameRequest) HasLimit() bool

func (*AuthListByUsernameRequest) HasOffset

func (x *AuthListByUsernameRequest) HasOffset() bool

func (*AuthListByUsernameRequest) HasUsername

func (x *AuthListByUsernameRequest) HasUsername() bool

func (*AuthListByUsernameRequest) ProtoMessage

func (*AuthListByUsernameRequest) ProtoMessage()

func (*AuthListByUsernameRequest) ProtoReflect

func (*AuthListByUsernameRequest) Reset

func (x *AuthListByUsernameRequest) Reset()

func (*AuthListByUsernameRequest) SetLimit

func (x *AuthListByUsernameRequest) SetLimit(v uint32)

func (*AuthListByUsernameRequest) SetOffset

func (x *AuthListByUsernameRequest) SetOffset(v uint32)

func (*AuthListByUsernameRequest) SetUsername

func (x *AuthListByUsernameRequest) SetUsername(v string)

func (*AuthListByUsernameRequest) String

func (x *AuthListByUsernameRequest) String() string

type AuthListByUsernameRequest_builder

type AuthListByUsernameRequest_builder struct {
	Username *string
	Limit    *uint32
	Offset   *uint32
	// contains filtered or unexported fields
}

func (AuthListByUsernameRequest_builder) Build

type DataAudit

type DataAudit struct {
	XXX_raceDetectHookData protoimpl.RaceDetectHookData
	XXX_presence           [1]uint32
	// contains filtered or unexported fields
}

func (*DataAudit) ClearCreateAt

func (x *DataAudit) ClearCreateAt()

func (*DataAudit) ClearEvent

func (x *DataAudit) ClearEvent()

func (*DataAudit) ClearEventDate

func (x *DataAudit) ClearEventDate()

func (*DataAudit) ClearId

func (x *DataAudit) ClearId()

func (*DataAudit) ClearInstanceId

func (x *DataAudit) ClearInstanceId()

func (*DataAudit) ClearInstanceName

func (x *DataAudit) ClearInstanceName()

func (*DataAudit) ClearInternalTypeName added in v0.0.10

func (x *DataAudit) ClearInternalTypeName()

func (*DataAudit) ClearRequestId

func (x *DataAudit) ClearRequestId()

func (*DataAudit) ClearSource

func (x *DataAudit) ClearSource()

func (*DataAudit) ClearStatus

func (x *DataAudit) ClearStatus()

func (*DataAudit) ClearTraceId added in v0.0.2

func (x *DataAudit) ClearTraceId()

func (*DataAudit) ClearTypeDescription

func (x *DataAudit) ClearTypeDescription()

func (*DataAudit) ClearTypeName

func (x *DataAudit) ClearTypeName()

func (*DataAudit) ClearUpdateAt

func (x *DataAudit) ClearUpdateAt()

func (*DataAudit) ClearUsername

func (x *DataAudit) ClearUsername()

func (*DataAudit) GetCreateAt

func (x *DataAudit) GetCreateAt() *timestamppb.Timestamp

func (*DataAudit) GetEvent

func (x *DataAudit) GetEvent() string

func (*DataAudit) GetEventDate

func (x *DataAudit) GetEventDate() *timestamppb.Timestamp

func (*DataAudit) GetId

func (x *DataAudit) GetId() string

func (*DataAudit) GetInstanceId

func (x *DataAudit) GetInstanceId() string

func (*DataAudit) GetInstanceName

func (x *DataAudit) GetInstanceName() string

func (*DataAudit) GetInternalTypeName added in v0.0.10

func (x *DataAudit) GetInternalTypeName() string

func (*DataAudit) GetRequestId

func (x *DataAudit) GetRequestId() string

func (*DataAudit) GetSource

func (x *DataAudit) GetSource() string

func (*DataAudit) GetStatus

func (x *DataAudit) GetStatus() string

func (*DataAudit) GetTraceId added in v0.0.2

func (x *DataAudit) GetTraceId() string

func (*DataAudit) GetTypeDescription

func (x *DataAudit) GetTypeDescription() string

func (*DataAudit) GetTypeName

func (x *DataAudit) GetTypeName() string

func (*DataAudit) GetUpdateAt

func (x *DataAudit) GetUpdateAt() *timestamppb.Timestamp

func (*DataAudit) GetUsername

func (x *DataAudit) GetUsername() string

func (*DataAudit) GetValues

func (x *DataAudit) GetValues() []*DataAuditValue

func (*DataAudit) HasCreateAt

func (x *DataAudit) HasCreateAt() bool

func (*DataAudit) HasEvent

func (x *DataAudit) HasEvent() bool

func (*DataAudit) HasEventDate

func (x *DataAudit) HasEventDate() bool

func (*DataAudit) HasId

func (x *DataAudit) HasId() bool

func (*DataAudit) HasInstanceId

func (x *DataAudit) HasInstanceId() bool

func (*DataAudit) HasInstanceName

func (x *DataAudit) HasInstanceName() bool

func (*DataAudit) HasInternalTypeName added in v0.0.10

func (x *DataAudit) HasInternalTypeName() bool

func (*DataAudit) HasRequestId

func (x *DataAudit) HasRequestId() bool

func (*DataAudit) HasSource

func (x *DataAudit) HasSource() bool

func (*DataAudit) HasStatus

func (x *DataAudit) HasStatus() bool

func (*DataAudit) HasTraceId added in v0.0.2

func (x *DataAudit) HasTraceId() bool

func (*DataAudit) HasTypeDescription

func (x *DataAudit) HasTypeDescription() bool

func (*DataAudit) HasTypeName

func (x *DataAudit) HasTypeName() bool

func (*DataAudit) HasUpdateAt

func (x *DataAudit) HasUpdateAt() bool

func (*DataAudit) HasUsername

func (x *DataAudit) HasUsername() bool

func (*DataAudit) ProtoMessage

func (*DataAudit) ProtoMessage()

func (*DataAudit) ProtoReflect

func (x *DataAudit) ProtoReflect() protoreflect.Message

func (*DataAudit) Reset

func (x *DataAudit) Reset()

func (*DataAudit) SetCreateAt

func (x *DataAudit) SetCreateAt(v *timestamppb.Timestamp)

func (*DataAudit) SetEvent

func (x *DataAudit) SetEvent(v string)

func (*DataAudit) SetEventDate

func (x *DataAudit) SetEventDate(v *timestamppb.Timestamp)

func (*DataAudit) SetId

func (x *DataAudit) SetId(v string)

func (*DataAudit) SetInstanceId

func (x *DataAudit) SetInstanceId(v string)

func (*DataAudit) SetInstanceName

func (x *DataAudit) SetInstanceName(v string)

func (*DataAudit) SetInternalTypeName added in v0.0.10

func (x *DataAudit) SetInternalTypeName(v string)

func (*DataAudit) SetRequestId

func (x *DataAudit) SetRequestId(v string)

func (*DataAudit) SetSource

func (x *DataAudit) SetSource(v string)

func (*DataAudit) SetStatus

func (x *DataAudit) SetStatus(v string)

func (*DataAudit) SetTraceId added in v0.0.2

func (x *DataAudit) SetTraceId(v string)

func (*DataAudit) SetTypeDescription

func (x *DataAudit) SetTypeDescription(v string)

func (*DataAudit) SetTypeName

func (x *DataAudit) SetTypeName(v string)

func (*DataAudit) SetUpdateAt

func (x *DataAudit) SetUpdateAt(v *timestamppb.Timestamp)

func (*DataAudit) SetUsername

func (x *DataAudit) SetUsername(v string)

func (*DataAudit) SetValues

func (x *DataAudit) SetValues(v []*DataAuditValue)

func (*DataAudit) String

func (x *DataAudit) String() string

type DataAuditInstances

type DataAuditInstances struct {
	// contains filtered or unexported fields
}

func (*DataAuditInstances) GetInstances

func (x *DataAuditInstances) GetInstances() []*DataAudit

func (*DataAuditInstances) ProtoMessage

func (*DataAuditInstances) ProtoMessage()

func (*DataAuditInstances) ProtoReflect

func (x *DataAuditInstances) ProtoReflect() protoreflect.Message

func (*DataAuditInstances) Reset

func (x *DataAuditInstances) Reset()

func (*DataAuditInstances) SetInstances

func (x *DataAuditInstances) SetInstances(v []*DataAudit)

func (*DataAuditInstances) String

func (x *DataAuditInstances) String() string

type DataAuditInstances_builder

type DataAuditInstances_builder struct {
	Instances []*DataAudit
	// contains filtered or unexported fields
}

func (DataAuditInstances_builder) Build

type DataAuditRequest

type DataAuditRequest struct {
	// contains filtered or unexported fields
}

func (*DataAuditRequest) ClearData

func (x *DataAuditRequest) ClearData()

func (*DataAuditRequest) GetData

func (x *DataAuditRequest) GetData() *DataAudit

func (*DataAuditRequest) HasData

func (x *DataAuditRequest) HasData() bool

func (*DataAuditRequest) ProtoMessage

func (*DataAuditRequest) ProtoMessage()

func (*DataAuditRequest) ProtoReflect

func (x *DataAuditRequest) ProtoReflect() protoreflect.Message

func (*DataAuditRequest) Reset

func (x *DataAuditRequest) Reset()

func (*DataAuditRequest) SetData

func (x *DataAuditRequest) SetData(v *DataAudit)

func (*DataAuditRequest) String

func (x *DataAuditRequest) String() string

type DataAuditRequest_builder

type DataAuditRequest_builder struct {
	Data *DataAudit
	// contains filtered or unexported fields
}

func (DataAuditRequest_builder) Build

type DataAuditServiceClient

type DataAuditServiceClient interface {
	Audit(ctx context.Context, in *DataAuditRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	ListByPeriod(ctx context.Context, in *ListByPeriodRequest, opts ...grpc.CallOption) (*DataAuditInstances, error)
	ListByInstance(ctx context.Context, in *ListByInstanceRequest, opts ...grpc.CallOption) (*DataAuditInstances, error)
}

DataAuditServiceClient is the client API for DataAuditService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type DataAuditServiceServer

type DataAuditServiceServer interface {
	Audit(context.Context, *DataAuditRequest) (*emptypb.Empty, error)
	ListByPeriod(context.Context, *ListByPeriodRequest) (*DataAuditInstances, error)
	ListByInstance(context.Context, *ListByInstanceRequest) (*DataAuditInstances, error)
	// contains filtered or unexported methods
}

DataAuditServiceServer is the server API for DataAuditService service. All implementations must embed UnimplementedDataAuditServiceServer for forward compatibility.

type DataAuditValue

type DataAuditValue struct {
	XXX_raceDetectHookData protoimpl.RaceDetectHookData
	XXX_presence           [1]uint32
	// contains filtered or unexported fields
}

func (*DataAuditValue) ClearAfter

func (x *DataAuditValue) ClearAfter()

func (*DataAuditValue) ClearBefore

func (x *DataAuditValue) ClearBefore()

func (*DataAuditValue) ClearDescription

func (x *DataAuditValue) ClearDescription()

func (*DataAuditValue) ClearName

func (x *DataAuditValue) ClearName()

func (*DataAuditValue) GetAfter

func (x *DataAuditValue) GetAfter() string

func (*DataAuditValue) GetBefore

func (x *DataAuditValue) GetBefore() string

func (*DataAuditValue) GetDescription

func (x *DataAuditValue) GetDescription() string

func (*DataAuditValue) GetName

func (x *DataAuditValue) GetName() string

func (*DataAuditValue) HasAfter

func (x *DataAuditValue) HasAfter() bool

func (*DataAuditValue) HasBefore

func (x *DataAuditValue) HasBefore() bool

func (*DataAuditValue) HasDescription

func (x *DataAuditValue) HasDescription() bool

func (*DataAuditValue) HasName

func (x *DataAuditValue) HasName() bool

func (*DataAuditValue) ProtoMessage

func (*DataAuditValue) ProtoMessage()

func (*DataAuditValue) ProtoReflect

func (x *DataAuditValue) ProtoReflect() protoreflect.Message

func (*DataAuditValue) Reset

func (x *DataAuditValue) Reset()

func (*DataAuditValue) SetAfter

func (x *DataAuditValue) SetAfter(v string)

func (*DataAuditValue) SetBefore

func (x *DataAuditValue) SetBefore(v string)

func (*DataAuditValue) SetDescription

func (x *DataAuditValue) SetDescription(v string)

func (*DataAuditValue) SetName

func (x *DataAuditValue) SetName(v string)

func (*DataAuditValue) String

func (x *DataAuditValue) String() string

type DataAuditValue_builder

type DataAuditValue_builder struct {
	Name        *string
	Description *string
	Before      *string
	After       *string
	// contains filtered or unexported fields
}

func (DataAuditValue_builder) Build

type DataAudit_builder

type DataAudit_builder struct {
	Id               *string
	Source           *string
	EventDate        *timestamppb.Timestamp
	Event            *string
	Status           *string
	RequestId        *string
	TraceId          *string
	Username         *string
	InternalTypeName *string
	TypeName         *string
	TypeDescription  *string
	InstanceId       *string
	InstanceName     *string
	Values           []*DataAuditValue
	CreateAt         *timestamppb.Timestamp
	UpdateAt         *timestamppb.Timestamp
	// contains filtered or unexported fields
}

func (DataAudit_builder) Build

func (b0 DataAudit_builder) Build() *DataAudit

type ListByInstanceRequest

type ListByInstanceRequest struct {
	XXX_raceDetectHookData protoimpl.RaceDetectHookData
	XXX_presence           [1]uint32
	// contains filtered or unexported fields
}

func (*ListByInstanceRequest) ClearInstanceId

func (x *ListByInstanceRequest) ClearInstanceId()

func (*ListByInstanceRequest) ClearLimit

func (x *ListByInstanceRequest) ClearLimit()

func (*ListByInstanceRequest) ClearOffset

func (x *ListByInstanceRequest) ClearOffset()

func (*ListByInstanceRequest) ClearTypeName

func (x *ListByInstanceRequest) ClearTypeName()

func (*ListByInstanceRequest) GetInstanceId

func (x *ListByInstanceRequest) GetInstanceId() string

func (*ListByInstanceRequest) GetLimit

func (x *ListByInstanceRequest) GetLimit() uint32

func (*ListByInstanceRequest) GetOffset

func (x *ListByInstanceRequest) GetOffset() uint32

func (*ListByInstanceRequest) GetTypeName

func (x *ListByInstanceRequest) GetTypeName() string

func (*ListByInstanceRequest) HasInstanceId

func (x *ListByInstanceRequest) HasInstanceId() bool

func (*ListByInstanceRequest) HasLimit

func (x *ListByInstanceRequest) HasLimit() bool

func (*ListByInstanceRequest) HasOffset

func (x *ListByInstanceRequest) HasOffset() bool

func (*ListByInstanceRequest) HasTypeName

func (x *ListByInstanceRequest) HasTypeName() bool

func (*ListByInstanceRequest) ProtoMessage

func (*ListByInstanceRequest) ProtoMessage()

func (*ListByInstanceRequest) ProtoReflect

func (x *ListByInstanceRequest) ProtoReflect() protoreflect.Message

func (*ListByInstanceRequest) Reset

func (x *ListByInstanceRequest) Reset()

func (*ListByInstanceRequest) SetInstanceId

func (x *ListByInstanceRequest) SetInstanceId(v string)

func (*ListByInstanceRequest) SetLimit

func (x *ListByInstanceRequest) SetLimit(v uint32)

func (*ListByInstanceRequest) SetOffset

func (x *ListByInstanceRequest) SetOffset(v uint32)

func (*ListByInstanceRequest) SetTypeName

func (x *ListByInstanceRequest) SetTypeName(v string)

func (*ListByInstanceRequest) String

func (x *ListByInstanceRequest) String() string

type ListByInstanceRequest_builder

type ListByInstanceRequest_builder struct {
	TypeName   *string
	InstanceId *string
	Limit      *uint32
	Offset     *uint32
	// contains filtered or unexported fields
}

func (ListByInstanceRequest_builder) Build

type ListByPeriodRequest

type ListByPeriodRequest struct {
	XXX_raceDetectHookData protoimpl.RaceDetectHookData
	XXX_presence           [1]uint32
	// contains filtered or unexported fields
}

func (*ListByPeriodRequest) ClearFrom

func (x *ListByPeriodRequest) ClearFrom()

func (*ListByPeriodRequest) ClearLimit

func (x *ListByPeriodRequest) ClearLimit()

func (*ListByPeriodRequest) ClearOffset

func (x *ListByPeriodRequest) ClearOffset()

func (*ListByPeriodRequest) ClearTill

func (x *ListByPeriodRequest) ClearTill()

func (*ListByPeriodRequest) GetFrom

func (*ListByPeriodRequest) GetLimit

func (x *ListByPeriodRequest) GetLimit() uint32

func (*ListByPeriodRequest) GetOffset

func (x *ListByPeriodRequest) GetOffset() uint32

func (*ListByPeriodRequest) GetTill

func (*ListByPeriodRequest) HasFrom

func (x *ListByPeriodRequest) HasFrom() bool

func (*ListByPeriodRequest) HasLimit

func (x *ListByPeriodRequest) HasLimit() bool

func (*ListByPeriodRequest) HasOffset

func (x *ListByPeriodRequest) HasOffset() bool

func (*ListByPeriodRequest) HasTill

func (x *ListByPeriodRequest) HasTill() bool

func (*ListByPeriodRequest) ProtoMessage

func (*ListByPeriodRequest) ProtoMessage()

func (*ListByPeriodRequest) ProtoReflect

func (x *ListByPeriodRequest) ProtoReflect() protoreflect.Message

func (*ListByPeriodRequest) Reset

func (x *ListByPeriodRequest) Reset()

func (*ListByPeriodRequest) SetFrom

func (x *ListByPeriodRequest) SetFrom(v *timestamppb.Timestamp)

func (*ListByPeriodRequest) SetLimit

func (x *ListByPeriodRequest) SetLimit(v uint32)

func (*ListByPeriodRequest) SetOffset

func (x *ListByPeriodRequest) SetOffset(v uint32)

func (*ListByPeriodRequest) SetTill

func (x *ListByPeriodRequest) SetTill(v *timestamppb.Timestamp)

func (*ListByPeriodRequest) String

func (x *ListByPeriodRequest) String() string

type ListByPeriodRequest_builder

type ListByPeriodRequest_builder struct {
	From   *timestamppb.Timestamp
	Till   *timestamppb.Timestamp
	Limit  *uint32
	Offset *uint32
	// contains filtered or unexported fields
}

func (ListByPeriodRequest_builder) Build

type UnimplementedAuthAuditServiceServer

type UnimplementedAuthAuditServiceServer struct{}

UnimplementedAuthAuditServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedAuthAuditServiceServer) Audit

func (UnimplementedAuthAuditServiceServer) ListByPeriod

func (UnimplementedAuthAuditServiceServer) ListByUsername

type UnimplementedDataAuditServiceServer

type UnimplementedDataAuditServiceServer struct{}

UnimplementedDataAuditServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedDataAuditServiceServer) Audit

func (UnimplementedDataAuditServiceServer) ListByInstance

func (UnimplementedDataAuditServiceServer) ListByPeriod

type UnsafeAuthAuditServiceServer

type UnsafeAuthAuditServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeAuthAuditServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AuthAuditServiceServer will result in compilation errors.

type UnsafeDataAuditServiceServer

type UnsafeDataAuditServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeDataAuditServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to DataAuditServiceServer will result in compilation errors.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL