Documentation
¶
Index ¶
- func RegisterSecurityModuleServer(s *grpc.Server, srv SecurityModuleServer)
- type DumpProcessCacheParams
- func (*DumpProcessCacheParams) Descriptor() ([]byte, []int)
- func (*DumpProcessCacheParams) ProtoMessage()
- func (m *DumpProcessCacheParams) Reset()
- func (m *DumpProcessCacheParams) String() string
- func (m *DumpProcessCacheParams) XXX_DiscardUnknown()
- func (m *DumpProcessCacheParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DumpProcessCacheParams) XXX_Merge(src proto.Message)
- func (m *DumpProcessCacheParams) XXX_Size() int
- func (m *DumpProcessCacheParams) XXX_Unmarshal(b []byte) error
- type GetConfigParams
- func (*GetConfigParams) Descriptor() ([]byte, []int)
- func (*GetConfigParams) ProtoMessage()
- func (m *GetConfigParams) Reset()
- func (m *GetConfigParams) String() string
- func (m *GetConfigParams) XXX_DiscardUnknown()
- func (m *GetConfigParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetConfigParams) XXX_Merge(src proto.Message)
- func (m *GetConfigParams) XXX_Size() int
- func (m *GetConfigParams) XXX_Unmarshal(b []byte) error
- type GetEventParams
- func (*GetEventParams) Descriptor() ([]byte, []int)
- func (*GetEventParams) ProtoMessage()
- func (m *GetEventParams) Reset()
- func (m *GetEventParams) String() string
- func (m *GetEventParams) XXX_DiscardUnknown()
- func (m *GetEventParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetEventParams) XXX_Merge(src proto.Message)
- func (m *GetEventParams) XXX_Size() int
- func (m *GetEventParams) XXX_Unmarshal(b []byte) error
- type SecurityConfigMessage
- func (*SecurityConfigMessage) Descriptor() ([]byte, []int)
- func (m *SecurityConfigMessage) GetFIMEnabled() bool
- func (m *SecurityConfigMessage) GetRuntimeEnabled() bool
- func (*SecurityConfigMessage) ProtoMessage()
- func (m *SecurityConfigMessage) Reset()
- func (m *SecurityConfigMessage) String() string
- func (m *SecurityConfigMessage) XXX_DiscardUnknown()
- func (m *SecurityConfigMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SecurityConfigMessage) XXX_Merge(src proto.Message)
- func (m *SecurityConfigMessage) XXX_Size() int
- func (m *SecurityConfigMessage) XXX_Unmarshal(b []byte) error
- type SecurityDumpProcessCacheMessage
- func (*SecurityDumpProcessCacheMessage) Descriptor() ([]byte, []int)
- func (m *SecurityDumpProcessCacheMessage) GetFilename() string
- func (*SecurityDumpProcessCacheMessage) ProtoMessage()
- func (m *SecurityDumpProcessCacheMessage) Reset()
- func (m *SecurityDumpProcessCacheMessage) String() string
- func (m *SecurityDumpProcessCacheMessage) XXX_DiscardUnknown()
- func (m *SecurityDumpProcessCacheMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SecurityDumpProcessCacheMessage) XXX_Merge(src proto.Message)
- func (m *SecurityDumpProcessCacheMessage) XXX_Size() int
- func (m *SecurityDumpProcessCacheMessage) XXX_Unmarshal(b []byte) error
- type SecurityEventMessage
- func (*SecurityEventMessage) Descriptor() ([]byte, []int)
- func (m *SecurityEventMessage) GetData() []byte
- func (m *SecurityEventMessage) GetRuleID() string
- func (m *SecurityEventMessage) GetTags() []string
- func (*SecurityEventMessage) ProtoMessage()
- func (m *SecurityEventMessage) Reset()
- func (m *SecurityEventMessage) String() string
- func (m *SecurityEventMessage) XXX_DiscardUnknown()
- func (m *SecurityEventMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SecurityEventMessage) XXX_Merge(src proto.Message)
- func (m *SecurityEventMessage) XXX_Size() int
- func (m *SecurityEventMessage) XXX_Unmarshal(b []byte) error
- type SecurityModuleClient
- type SecurityModuleServer
- type SecurityModule_GetEventsClient
- type SecurityModule_GetEventsServer
- type UnimplementedSecurityModuleServer
- func (*UnimplementedSecurityModuleServer) DumpProcessCache(ctx context.Context, req *DumpProcessCacheParams) (*SecurityDumpProcessCacheMessage, error)
- func (*UnimplementedSecurityModuleServer) GetConfig(ctx context.Context, req *GetConfigParams) (*SecurityConfigMessage, error)
- func (*UnimplementedSecurityModuleServer) GetEvents(req *GetEventParams, srv SecurityModule_GetEventsServer) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterSecurityModuleServer ¶
func RegisterSecurityModuleServer(s *grpc.Server, srv SecurityModuleServer)
Types ¶
type DumpProcessCacheParams ¶
type DumpProcessCacheParams struct {
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*DumpProcessCacheParams) Descriptor ¶
func (*DumpProcessCacheParams) Descriptor() ([]byte, []int)
func (*DumpProcessCacheParams) ProtoMessage ¶
func (*DumpProcessCacheParams) ProtoMessage()
func (*DumpProcessCacheParams) Reset ¶
func (m *DumpProcessCacheParams) Reset()
func (*DumpProcessCacheParams) String ¶
func (m *DumpProcessCacheParams) String() string
func (*DumpProcessCacheParams) XXX_DiscardUnknown ¶
func (m *DumpProcessCacheParams) XXX_DiscardUnknown()
func (*DumpProcessCacheParams) XXX_Marshal ¶
func (m *DumpProcessCacheParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DumpProcessCacheParams) XXX_Merge ¶
func (m *DumpProcessCacheParams) XXX_Merge(src proto.Message)
func (*DumpProcessCacheParams) XXX_Size ¶
func (m *DumpProcessCacheParams) XXX_Size() int
func (*DumpProcessCacheParams) XXX_Unmarshal ¶
func (m *DumpProcessCacheParams) XXX_Unmarshal(b []byte) error
type GetConfigParams ¶
type GetConfigParams struct {
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*GetConfigParams) Descriptor ¶
func (*GetConfigParams) Descriptor() ([]byte, []int)
func (*GetConfigParams) ProtoMessage ¶
func (*GetConfigParams) ProtoMessage()
func (*GetConfigParams) Reset ¶
func (m *GetConfigParams) Reset()
func (*GetConfigParams) String ¶
func (m *GetConfigParams) String() string
func (*GetConfigParams) XXX_DiscardUnknown ¶
func (m *GetConfigParams) XXX_DiscardUnknown()
func (*GetConfigParams) XXX_Marshal ¶
func (m *GetConfigParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetConfigParams) XXX_Merge ¶
func (m *GetConfigParams) XXX_Merge(src proto.Message)
func (*GetConfigParams) XXX_Size ¶
func (m *GetConfigParams) XXX_Size() int
func (*GetConfigParams) XXX_Unmarshal ¶
func (m *GetConfigParams) XXX_Unmarshal(b []byte) error
type GetEventParams ¶
type GetEventParams struct {
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*GetEventParams) Descriptor ¶
func (*GetEventParams) Descriptor() ([]byte, []int)
func (*GetEventParams) ProtoMessage ¶
func (*GetEventParams) ProtoMessage()
func (*GetEventParams) Reset ¶
func (m *GetEventParams) Reset()
func (*GetEventParams) String ¶
func (m *GetEventParams) String() string
func (*GetEventParams) XXX_DiscardUnknown ¶
func (m *GetEventParams) XXX_DiscardUnknown()
func (*GetEventParams) XXX_Marshal ¶
func (m *GetEventParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetEventParams) XXX_Merge ¶
func (m *GetEventParams) XXX_Merge(src proto.Message)
func (*GetEventParams) XXX_Size ¶
func (m *GetEventParams) XXX_Size() int
func (*GetEventParams) XXX_Unmarshal ¶
func (m *GetEventParams) XXX_Unmarshal(b []byte) error
type SecurityConfigMessage ¶
type SecurityConfigMessage struct {
RuntimeEnabled bool `protobuf:"varint,1,opt,name=RuntimeEnabled,proto3" json:"RuntimeEnabled,omitempty"`
FIMEnabled bool `protobuf:"varint,2,opt,name=FIMEnabled,proto3" json:"FIMEnabled,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*SecurityConfigMessage) Descriptor ¶
func (*SecurityConfigMessage) Descriptor() ([]byte, []int)
func (*SecurityConfigMessage) GetFIMEnabled ¶
func (m *SecurityConfigMessage) GetFIMEnabled() bool
func (*SecurityConfigMessage) GetRuntimeEnabled ¶
func (m *SecurityConfigMessage) GetRuntimeEnabled() bool
func (*SecurityConfigMessage) ProtoMessage ¶
func (*SecurityConfigMessage) ProtoMessage()
func (*SecurityConfigMessage) Reset ¶
func (m *SecurityConfigMessage) Reset()
func (*SecurityConfigMessage) String ¶
func (m *SecurityConfigMessage) String() string
func (*SecurityConfigMessage) XXX_DiscardUnknown ¶
func (m *SecurityConfigMessage) XXX_DiscardUnknown()
func (*SecurityConfigMessage) XXX_Marshal ¶
func (m *SecurityConfigMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SecurityConfigMessage) XXX_Merge ¶
func (m *SecurityConfigMessage) XXX_Merge(src proto.Message)
func (*SecurityConfigMessage) XXX_Size ¶
func (m *SecurityConfigMessage) XXX_Size() int
func (*SecurityConfigMessage) XXX_Unmarshal ¶
func (m *SecurityConfigMessage) XXX_Unmarshal(b []byte) error
type SecurityDumpProcessCacheMessage ¶
type SecurityDumpProcessCacheMessage struct {
Filename string `protobuf:"bytes,1,opt,name=Filename,proto3" json:"Filename,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*SecurityDumpProcessCacheMessage) Descriptor ¶
func (*SecurityDumpProcessCacheMessage) Descriptor() ([]byte, []int)
func (*SecurityDumpProcessCacheMessage) GetFilename ¶
func (m *SecurityDumpProcessCacheMessage) GetFilename() string
func (*SecurityDumpProcessCacheMessage) ProtoMessage ¶
func (*SecurityDumpProcessCacheMessage) ProtoMessage()
func (*SecurityDumpProcessCacheMessage) Reset ¶
func (m *SecurityDumpProcessCacheMessage) Reset()
func (*SecurityDumpProcessCacheMessage) String ¶
func (m *SecurityDumpProcessCacheMessage) String() string
func (*SecurityDumpProcessCacheMessage) XXX_DiscardUnknown ¶
func (m *SecurityDumpProcessCacheMessage) XXX_DiscardUnknown()
func (*SecurityDumpProcessCacheMessage) XXX_Marshal ¶
func (m *SecurityDumpProcessCacheMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SecurityDumpProcessCacheMessage) XXX_Merge ¶
func (m *SecurityDumpProcessCacheMessage) XXX_Merge(src proto.Message)
func (*SecurityDumpProcessCacheMessage) XXX_Size ¶
func (m *SecurityDumpProcessCacheMessage) XXX_Size() int
func (*SecurityDumpProcessCacheMessage) XXX_Unmarshal ¶
func (m *SecurityDumpProcessCacheMessage) XXX_Unmarshal(b []byte) error
type SecurityEventMessage ¶
type SecurityEventMessage struct {
RuleID string `protobuf:"bytes,1,opt,name=RuleID,proto3" json:"RuleID,omitempty"`
Data []byte `protobuf:"bytes,2,opt,name=Data,proto3" json:"Data,omitempty"`
Tags []string `protobuf:"bytes,3,rep,name=Tags,proto3" json:"Tags,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*SecurityEventMessage) Descriptor ¶
func (*SecurityEventMessage) Descriptor() ([]byte, []int)
func (*SecurityEventMessage) GetData ¶
func (m *SecurityEventMessage) GetData() []byte
func (*SecurityEventMessage) GetRuleID ¶
func (m *SecurityEventMessage) GetRuleID() string
func (*SecurityEventMessage) GetTags ¶
func (m *SecurityEventMessage) GetTags() []string
func (*SecurityEventMessage) ProtoMessage ¶
func (*SecurityEventMessage) ProtoMessage()
func (*SecurityEventMessage) Reset ¶
func (m *SecurityEventMessage) Reset()
func (*SecurityEventMessage) String ¶
func (m *SecurityEventMessage) String() string
func (*SecurityEventMessage) XXX_DiscardUnknown ¶
func (m *SecurityEventMessage) XXX_DiscardUnknown()
func (*SecurityEventMessage) XXX_Marshal ¶
func (m *SecurityEventMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SecurityEventMessage) XXX_Merge ¶
func (m *SecurityEventMessage) XXX_Merge(src proto.Message)
func (*SecurityEventMessage) XXX_Size ¶
func (m *SecurityEventMessage) XXX_Size() int
func (*SecurityEventMessage) XXX_Unmarshal ¶
func (m *SecurityEventMessage) XXX_Unmarshal(b []byte) error
type SecurityModuleClient ¶
type SecurityModuleClient interface {
GetEvents(ctx context.Context, in *GetEventParams, opts ...grpc.CallOption) (SecurityModule_GetEventsClient, error)
DumpProcessCache(ctx context.Context, in *DumpProcessCacheParams, opts ...grpc.CallOption) (*SecurityDumpProcessCacheMessage, error)
GetConfig(ctx context.Context, in *GetConfigParams, opts ...grpc.CallOption) (*SecurityConfigMessage, error)
}
SecurityModuleClient is the client API for SecurityModule service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewSecurityModuleClient ¶
func NewSecurityModuleClient(cc *grpc.ClientConn) SecurityModuleClient
type SecurityModuleServer ¶
type SecurityModuleServer interface {
GetEvents(*GetEventParams, SecurityModule_GetEventsServer) error
DumpProcessCache(context.Context, *DumpProcessCacheParams) (*SecurityDumpProcessCacheMessage, error)
GetConfig(context.Context, *GetConfigParams) (*SecurityConfigMessage, error)
}
SecurityModuleServer is the server API for SecurityModule service.
type SecurityModule_GetEventsClient ¶
type SecurityModule_GetEventsClient interface {
Recv() (*SecurityEventMessage, error)
grpc.ClientStream
}
type SecurityModule_GetEventsServer ¶
type SecurityModule_GetEventsServer interface {
Send(*SecurityEventMessage) error
grpc.ServerStream
}
type UnimplementedSecurityModuleServer ¶
type UnimplementedSecurityModuleServer struct {
}
UnimplementedSecurityModuleServer can be embedded to have forward compatible implementations.
func (*UnimplementedSecurityModuleServer) DumpProcessCache ¶
func (*UnimplementedSecurityModuleServer) DumpProcessCache(ctx context.Context, req *DumpProcessCacheParams) (*SecurityDumpProcessCacheMessage, error)
func (*UnimplementedSecurityModuleServer) GetConfig ¶
func (*UnimplementedSecurityModuleServer) GetConfig(ctx context.Context, req *GetConfigParams) (*SecurityConfigMessage, error)
func (*UnimplementedSecurityModuleServer) GetEvents ¶
func (*UnimplementedSecurityModuleServer) GetEvents(req *GetEventParams, srv SecurityModule_GetEventsServer) error
Click to show internal directories.
Click to hide internal directories.