yara

package
v0.0.0-...-0a18445 Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var E_EnumOptions = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.EnumOptions)(nil),
	ExtensionType: (*EnumOptions)(nil),
	Field:         51506,
	Name:          "yara.enum_options",
	Tag:           "bytes,51506,opt,name=enum_options",
	Filename:      "pb/yara.proto",
}
View Source
var E_FieldOptions = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.FieldOptions)(nil),
	ExtensionType: (*FieldOptions)(nil),
	Field:         51504,
	Name:          "yara.field_options",
	Tag:           "bytes,51504,opt,name=field_options",
	Filename:      "pb/yara.proto",
}
View Source
var E_MessageOptions = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.MessageOptions)(nil),
	ExtensionType: (*MessageOptions)(nil),
	Field:         51505,
	Name:          "yara.message_options",
	Tag:           "bytes,51505,opt,name=message_options",
	Filename:      "pb/yara.proto",
}
View Source
var E_ModuleOptions = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.FileOptions)(nil),
	ExtensionType: (*ModuleOptions)(nil),
	Field:         51503,
	Name:          "yara.module_options",
	Tag:           "bytes,51503,opt,name=module_options",
	Filename:      "pb/yara.proto",
}

Functions

This section is empty.

Types

type EnumOptions

type EnumOptions struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*EnumOptions) Descriptor

func (*EnumOptions) Descriptor() ([]byte, []int)

func (*EnumOptions) GetName

func (m *EnumOptions) GetName() string

func (*EnumOptions) ProtoMessage

func (*EnumOptions) ProtoMessage()

func (*EnumOptions) Reset

func (m *EnumOptions) Reset()

func (*EnumOptions) String

func (m *EnumOptions) String() string

func (*EnumOptions) XXX_DiscardUnknown

func (m *EnumOptions) XXX_DiscardUnknown()

func (*EnumOptions) XXX_Marshal

func (m *EnumOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EnumOptions) XXX_Merge

func (m *EnumOptions) XXX_Merge(src proto.Message)

func (*EnumOptions) XXX_Size

func (m *EnumOptions) XXX_Size() int

func (*EnumOptions) XXX_Unmarshal

func (m *EnumOptions) XXX_Unmarshal(b []byte) error

type FieldOptions

type FieldOptions struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Ignore               bool     `protobuf:"varint,2,opt,name=ignore,proto3" json:"ignore,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FieldOptions) Descriptor

func (*FieldOptions) Descriptor() ([]byte, []int)

func (*FieldOptions) GetIgnore

func (m *FieldOptions) GetIgnore() bool

func (*FieldOptions) GetName

func (m *FieldOptions) GetName() string

func (*FieldOptions) ProtoMessage

func (*FieldOptions) ProtoMessage()

func (*FieldOptions) Reset

func (m *FieldOptions) Reset()

func (*FieldOptions) String

func (m *FieldOptions) String() string

func (*FieldOptions) XXX_DiscardUnknown

func (m *FieldOptions) XXX_DiscardUnknown()

func (*FieldOptions) XXX_Marshal

func (m *FieldOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FieldOptions) XXX_Merge

func (m *FieldOptions) XXX_Merge(src proto.Message)

func (*FieldOptions) XXX_Size

func (m *FieldOptions) XXX_Size() int

func (*FieldOptions) XXX_Unmarshal

func (m *FieldOptions) XXX_Unmarshal(b []byte) error

type MessageOptions

type MessageOptions struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MessageOptions) Descriptor

func (*MessageOptions) Descriptor() ([]byte, []int)

func (*MessageOptions) GetName

func (m *MessageOptions) GetName() string

func (*MessageOptions) ProtoMessage

func (*MessageOptions) ProtoMessage()

func (*MessageOptions) Reset

func (m *MessageOptions) Reset()

func (*MessageOptions) String

func (m *MessageOptions) String() string

func (*MessageOptions) XXX_DiscardUnknown

func (m *MessageOptions) XXX_DiscardUnknown()

func (*MessageOptions) XXX_Marshal

func (m *MessageOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MessageOptions) XXX_Merge

func (m *MessageOptions) XXX_Merge(src proto.Message)

func (*MessageOptions) XXX_Size

func (m *MessageOptions) XXX_Size() int

func (*MessageOptions) XXX_Unmarshal

func (m *MessageOptions) XXX_Unmarshal(b []byte) error

type ModuleOptions

type ModuleOptions struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	RootMessage          string   `protobuf:"bytes,2,opt,name=root_message,json=rootMessage,proto3" json:"root_message,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ModuleOptions) Descriptor

func (*ModuleOptions) Descriptor() ([]byte, []int)

func (*ModuleOptions) GetName

func (m *ModuleOptions) GetName() string

func (*ModuleOptions) GetRootMessage

func (m *ModuleOptions) GetRootMessage() string

func (*ModuleOptions) ProtoMessage

func (*ModuleOptions) ProtoMessage()

func (*ModuleOptions) Reset

func (m *ModuleOptions) Reset()

func (*ModuleOptions) String

func (m *ModuleOptions) String() string

func (*ModuleOptions) XXX_DiscardUnknown

func (m *ModuleOptions) XXX_DiscardUnknown()

func (*ModuleOptions) XXX_Marshal

func (m *ModuleOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ModuleOptions) XXX_Merge

func (m *ModuleOptions) XXX_Merge(src proto.Message)

func (*ModuleOptions) XXX_Size

func (m *ModuleOptions) XXX_Size() int

func (*ModuleOptions) XXX_Unmarshal

func (m *ModuleOptions) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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