proto

package
v0.17.0 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2023 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package proto contains generated protocol buffers structures. This package is not intended to be used directly from plugins.

Do not include anything other than automatically generated ones here. If you want to change it, change the *.proto and run `make proto`.

Index

Constants

View Source
const (
	RuleSet_GetName_FullMethodName              = "/proto.RuleSet/GetName"
	RuleSet_GetVersion_FullMethodName           = "/proto.RuleSet/GetVersion"
	RuleSet_GetVersionConstraint_FullMethodName = "/proto.RuleSet/GetVersionConstraint"
	RuleSet_GetSDKVersion_FullMethodName        = "/proto.RuleSet/GetSDKVersion"
	RuleSet_GetRuleNames_FullMethodName         = "/proto.RuleSet/GetRuleNames"
	RuleSet_GetConfigSchema_FullMethodName      = "/proto.RuleSet/GetConfigSchema"
	RuleSet_ApplyGlobalConfig_FullMethodName    = "/proto.RuleSet/ApplyGlobalConfig"
	RuleSet_ApplyConfig_FullMethodName          = "/proto.RuleSet/ApplyConfig"
	RuleSet_Check_FullMethodName                = "/proto.RuleSet/Check"
)
View Source
const (
	Runner_GetOriginalwd_FullMethodName        = "/proto.Runner/GetOriginalwd"
	Runner_GetModulePath_FullMethodName        = "/proto.Runner/GetModulePath"
	Runner_GetModuleContent_FullMethodName     = "/proto.Runner/GetModuleContent"
	Runner_GetFile_FullMethodName              = "/proto.Runner/GetFile"
	Runner_GetFiles_FullMethodName             = "/proto.Runner/GetFiles"
	Runner_GetRuleConfigContent_FullMethodName = "/proto.Runner/GetRuleConfigContent"
	Runner_EvaluateExpr_FullMethodName         = "/proto.Runner/EvaluateExpr"
	Runner_EmitIssue_FullMethodName            = "/proto.Runner/EmitIssue"
	Runner_ApplyChanges_FullMethodName         = "/proto.Runner/ApplyChanges"
)

Variables

View Source
var (
	ModuleCtxType_name = map[int32]string{
		0: "MODULE_CTX_TYPE_UNSPECIFIED",
		1: "MODULE_CTX_TYPE_SELF",
		2: "MODULE_CTX_TYPE_ROOT",
	}
	ModuleCtxType_value = map[string]int32{
		"MODULE_CTX_TYPE_UNSPECIFIED": 0,
		"MODULE_CTX_TYPE_SELF":        1,
		"MODULE_CTX_TYPE_ROOT":        2,
	}
)

Enum value maps for ModuleCtxType.

View Source
var (
	SchemaMode_name = map[int32]string{
		0: "SCHEMA_MODE_UNSPECIFIED",
		1: "SCHEMA_MODE_DEFAULT",
		2: "SCHEMA_MODE_JUST_ATTRIBUTES",
	}
	SchemaMode_value = map[string]int32{
		"SCHEMA_MODE_UNSPECIFIED":     0,
		"SCHEMA_MODE_DEFAULT":         1,
		"SCHEMA_MODE_JUST_ATTRIBUTES": 2,
	}
)

Enum value maps for SchemaMode.

View Source
var (
	ErrorCode_name = map[int32]string{
		0: "ERROR_CODE_UNSPECIFIED",
		1: "ERROR_CODE_UNKNOWN_VALUE",
		2: "ERROR_CODE_NULL_VALUE",
		3: "ERROR_CODE_UNEVALUABLE",
		4: "ERROR_CODE_SENSITIVE",
	}
	ErrorCode_value = map[string]int32{
		"ERROR_CODE_UNSPECIFIED":   0,
		"ERROR_CODE_UNKNOWN_VALUE": 1,
		"ERROR_CODE_NULL_VALUE":    2,
		"ERROR_CODE_UNEVALUABLE":   3,
		"ERROR_CODE_SENSITIVE":     4,
	}
)

Enum value maps for ErrorCode.

View Source
var (
	GetModuleContent_ExpandMode_name = map[int32]string{
		0: "EXPAND_MODE_UNSPECIFIED",
		1: "EXPAND_MODE_NONE",
		2: "EXPAND_MODE_EXPAND",
	}
	GetModuleContent_ExpandMode_value = map[string]int32{
		"EXPAND_MODE_UNSPECIFIED": 0,
		"EXPAND_MODE_NONE":        1,
		"EXPAND_MODE_EXPAND":      2,
	}
)

Enum value maps for GetModuleContent_ExpandMode.

View Source
var (
	EmitIssue_Severity_name = map[int32]string{
		0: "SEVERITY_UNSPECIFIED",
		1: "SEVERITY_ERROR",
		2: "SEVERITY_WARNING",
		3: "SEVERITY_NOTICE",
	}
	EmitIssue_Severity_value = map[string]int32{
		"SEVERITY_UNSPECIFIED": 0,
		"SEVERITY_ERROR":       1,
		"SEVERITY_WARNING":     2,
		"SEVERITY_NOTICE":      3,
	}
)

Enum value maps for EmitIssue_Severity.

View Source
var File_tflint_proto protoreflect.FileDescriptor
View Source
var RuleSet_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "proto.RuleSet",
	HandlerType: (*RuleSetServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetName",
			Handler:    _RuleSet_GetName_Handler,
		},
		{
			MethodName: "GetVersion",
			Handler:    _RuleSet_GetVersion_Handler,
		},
		{
			MethodName: "GetVersionConstraint",
			Handler:    _RuleSet_GetVersionConstraint_Handler,
		},
		{
			MethodName: "GetSDKVersion",
			Handler:    _RuleSet_GetSDKVersion_Handler,
		},
		{
			MethodName: "GetRuleNames",
			Handler:    _RuleSet_GetRuleNames_Handler,
		},
		{
			MethodName: "GetConfigSchema",
			Handler:    _RuleSet_GetConfigSchema_Handler,
		},
		{
			MethodName: "ApplyGlobalConfig",
			Handler:    _RuleSet_ApplyGlobalConfig_Handler,
		},
		{
			MethodName: "ApplyConfig",
			Handler:    _RuleSet_ApplyConfig_Handler,
		},
		{
			MethodName: "Check",
			Handler:    _RuleSet_Check_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "tflint.proto",
}

RuleSet_ServiceDesc is the grpc.ServiceDesc for RuleSet 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 Runner_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "proto.Runner",
	HandlerType: (*RunnerServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetOriginalwd",
			Handler:    _Runner_GetOriginalwd_Handler,
		},
		{
			MethodName: "GetModulePath",
			Handler:    _Runner_GetModulePath_Handler,
		},
		{
			MethodName: "GetModuleContent",
			Handler:    _Runner_GetModuleContent_Handler,
		},
		{
			MethodName: "GetFile",
			Handler:    _Runner_GetFile_Handler,
		},
		{
			MethodName: "GetFiles",
			Handler:    _Runner_GetFiles_Handler,
		},
		{
			MethodName: "GetRuleConfigContent",
			Handler:    _Runner_GetRuleConfigContent_Handler,
		},
		{
			MethodName: "EvaluateExpr",
			Handler:    _Runner_EvaluateExpr_Handler,
		},
		{
			MethodName: "EmitIssue",
			Handler:    _Runner_EmitIssue_Handler,
		},
		{
			MethodName: "ApplyChanges",
			Handler:    _Runner_ApplyChanges_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "tflint.proto",
}

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

Functions

func RegisterRuleSetServer

func RegisterRuleSetServer(s grpc.ServiceRegistrar, srv RuleSetServer)

func RegisterRunnerServer

func RegisterRunnerServer(s grpc.ServiceRegistrar, srv RunnerServer)

Types

type ApplyChanges added in v0.17.0

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

func (*ApplyChanges) Descriptor deprecated added in v0.17.0

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

Deprecated: Use ApplyChanges.ProtoReflect.Descriptor instead.

func (*ApplyChanges) ProtoMessage added in v0.17.0

func (*ApplyChanges) ProtoMessage()

func (*ApplyChanges) ProtoReflect added in v0.17.0

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

func (*ApplyChanges) Reset added in v0.17.0

func (x *ApplyChanges) Reset()

func (*ApplyChanges) String added in v0.17.0

func (x *ApplyChanges) String() string

type ApplyChanges_Request added in v0.17.0

type ApplyChanges_Request struct {
	Changes map[string][]byte `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ApplyChanges_Request) Descriptor deprecated added in v0.17.0

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

Deprecated: Use ApplyChanges_Request.ProtoReflect.Descriptor instead.

func (*ApplyChanges_Request) GetChanges added in v0.17.0

func (x *ApplyChanges_Request) GetChanges() map[string][]byte

func (*ApplyChanges_Request) ProtoMessage added in v0.17.0

func (*ApplyChanges_Request) ProtoMessage()

func (*ApplyChanges_Request) ProtoReflect added in v0.17.0

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

func (*ApplyChanges_Request) Reset added in v0.17.0

func (x *ApplyChanges_Request) Reset()

func (*ApplyChanges_Request) String added in v0.17.0

func (x *ApplyChanges_Request) String() string

type ApplyChanges_Response added in v0.17.0

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

func (*ApplyChanges_Response) Descriptor deprecated added in v0.17.0

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

Deprecated: Use ApplyChanges_Response.ProtoReflect.Descriptor instead.

func (*ApplyChanges_Response) ProtoMessage added in v0.17.0

func (*ApplyChanges_Response) ProtoMessage()

func (*ApplyChanges_Response) ProtoReflect added in v0.17.0

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

func (*ApplyChanges_Response) Reset added in v0.17.0

func (x *ApplyChanges_Response) Reset()

func (*ApplyChanges_Response) String added in v0.17.0

func (x *ApplyChanges_Response) String() string

type ApplyConfig

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

func (*ApplyConfig) Descriptor deprecated

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

Deprecated: Use ApplyConfig.ProtoReflect.Descriptor instead.

func (*ApplyConfig) ProtoMessage

func (*ApplyConfig) ProtoMessage()

func (*ApplyConfig) ProtoReflect

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

func (*ApplyConfig) Reset

func (x *ApplyConfig) Reset()

func (*ApplyConfig) String

func (x *ApplyConfig) String() string

type ApplyConfig_Request

type ApplyConfig_Request struct {
	Content *BodyContent `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplyConfig_Request) Descriptor deprecated

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

Deprecated: Use ApplyConfig_Request.ProtoReflect.Descriptor instead.

func (*ApplyConfig_Request) GetContent

func (x *ApplyConfig_Request) GetContent() *BodyContent

func (*ApplyConfig_Request) ProtoMessage

func (*ApplyConfig_Request) ProtoMessage()

func (*ApplyConfig_Request) ProtoReflect

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

func (*ApplyConfig_Request) Reset

func (x *ApplyConfig_Request) Reset()

func (*ApplyConfig_Request) String

func (x *ApplyConfig_Request) String() string

type ApplyConfig_Response

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

func (*ApplyConfig_Response) Descriptor deprecated

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

Deprecated: Use ApplyConfig_Response.ProtoReflect.Descriptor instead.

func (*ApplyConfig_Response) ProtoMessage

func (*ApplyConfig_Response) ProtoMessage()

func (*ApplyConfig_Response) ProtoReflect

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

func (*ApplyConfig_Response) Reset

func (x *ApplyConfig_Response) Reset()

func (*ApplyConfig_Response) String

func (x *ApplyConfig_Response) String() string

type ApplyGlobalConfig

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

func (*ApplyGlobalConfig) Descriptor deprecated

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

Deprecated: Use ApplyGlobalConfig.ProtoReflect.Descriptor instead.

func (*ApplyGlobalConfig) ProtoMessage

func (*ApplyGlobalConfig) ProtoMessage()

func (*ApplyGlobalConfig) ProtoReflect

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

func (*ApplyGlobalConfig) Reset

func (x *ApplyGlobalConfig) Reset()

func (*ApplyGlobalConfig) String

func (x *ApplyGlobalConfig) String() string

type ApplyGlobalConfig_Config

type ApplyGlobalConfig_Config struct {
	Rules             map[string]*ApplyGlobalConfig_RuleConfig `` /* 151-byte string literal not displayed */
	DisabledByDefault bool                                     `protobuf:"varint,2,opt,name=disabled_by_default,json=disabledByDefault,proto3" json:"disabled_by_default,omitempty"`
	Only              []string                                 `protobuf:"bytes,3,rep,name=only,proto3" json:"only,omitempty"`
	Fix               bool                                     `protobuf:"varint,4,opt,name=fix,proto3" json:"fix,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplyGlobalConfig_Config) Descriptor deprecated

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

Deprecated: Use ApplyGlobalConfig_Config.ProtoReflect.Descriptor instead.

func (*ApplyGlobalConfig_Config) GetDisabledByDefault

func (x *ApplyGlobalConfig_Config) GetDisabledByDefault() bool

func (*ApplyGlobalConfig_Config) GetFix added in v0.17.0

func (x *ApplyGlobalConfig_Config) GetFix() bool

func (*ApplyGlobalConfig_Config) GetOnly added in v0.13.0

func (x *ApplyGlobalConfig_Config) GetOnly() []string

func (*ApplyGlobalConfig_Config) GetRules

func (*ApplyGlobalConfig_Config) ProtoMessage

func (*ApplyGlobalConfig_Config) ProtoMessage()

func (*ApplyGlobalConfig_Config) ProtoReflect

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

func (*ApplyGlobalConfig_Config) Reset

func (x *ApplyGlobalConfig_Config) Reset()

func (*ApplyGlobalConfig_Config) String

func (x *ApplyGlobalConfig_Config) String() string

type ApplyGlobalConfig_Request

type ApplyGlobalConfig_Request struct {
	Config *ApplyGlobalConfig_Config `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplyGlobalConfig_Request) Descriptor deprecated

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

Deprecated: Use ApplyGlobalConfig_Request.ProtoReflect.Descriptor instead.

func (*ApplyGlobalConfig_Request) GetConfig

func (*ApplyGlobalConfig_Request) ProtoMessage

func (*ApplyGlobalConfig_Request) ProtoMessage()

func (*ApplyGlobalConfig_Request) ProtoReflect

func (*ApplyGlobalConfig_Request) Reset

func (x *ApplyGlobalConfig_Request) Reset()

func (*ApplyGlobalConfig_Request) String

func (x *ApplyGlobalConfig_Request) String() string

type ApplyGlobalConfig_Response

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

func (*ApplyGlobalConfig_Response) Descriptor deprecated

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

Deprecated: Use ApplyGlobalConfig_Response.ProtoReflect.Descriptor instead.

func (*ApplyGlobalConfig_Response) ProtoMessage

func (*ApplyGlobalConfig_Response) ProtoMessage()

func (*ApplyGlobalConfig_Response) ProtoReflect

func (*ApplyGlobalConfig_Response) Reset

func (x *ApplyGlobalConfig_Response) Reset()

func (*ApplyGlobalConfig_Response) String

func (x *ApplyGlobalConfig_Response) String() string

type ApplyGlobalConfig_RuleConfig

type ApplyGlobalConfig_RuleConfig struct {
	Name    string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Enabled bool   `protobuf:"varint,2,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplyGlobalConfig_RuleConfig) Descriptor deprecated

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

Deprecated: Use ApplyGlobalConfig_RuleConfig.ProtoReflect.Descriptor instead.

func (*ApplyGlobalConfig_RuleConfig) GetEnabled

func (x *ApplyGlobalConfig_RuleConfig) GetEnabled() bool

func (*ApplyGlobalConfig_RuleConfig) GetName

func (x *ApplyGlobalConfig_RuleConfig) GetName() string

func (*ApplyGlobalConfig_RuleConfig) ProtoMessage

func (*ApplyGlobalConfig_RuleConfig) ProtoMessage()

func (*ApplyGlobalConfig_RuleConfig) ProtoReflect

func (*ApplyGlobalConfig_RuleConfig) Reset

func (x *ApplyGlobalConfig_RuleConfig) Reset()

func (*ApplyGlobalConfig_RuleConfig) String

type AttributePath added in v0.16.0

type AttributePath struct {
	Steps []*AttributePath_Step `protobuf:"bytes,1,rep,name=steps,proto3" json:"steps,omitempty"`
	// contains filtered or unexported fields
}

func (*AttributePath) Descriptor deprecated added in v0.16.0

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

Deprecated: Use AttributePath.ProtoReflect.Descriptor instead.

func (*AttributePath) GetSteps added in v0.16.0

func (x *AttributePath) GetSteps() []*AttributePath_Step

func (*AttributePath) ProtoMessage added in v0.16.0

func (*AttributePath) ProtoMessage()

func (*AttributePath) ProtoReflect added in v0.16.0

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

func (*AttributePath) Reset added in v0.16.0

func (x *AttributePath) Reset()

func (*AttributePath) String added in v0.16.0

func (x *AttributePath) String() string

type AttributePath_Step added in v0.16.0

type AttributePath_Step struct {

	// Types that are assignable to Selector:
	//
	//	*AttributePath_Step_AttributeName
	//	*AttributePath_Step_ElementKeyString
	//	*AttributePath_Step_ElementKeyInt
	Selector isAttributePath_Step_Selector `protobuf_oneof:"selector"`
	// contains filtered or unexported fields
}

func (*AttributePath_Step) Descriptor deprecated added in v0.16.0

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

Deprecated: Use AttributePath_Step.ProtoReflect.Descriptor instead.

func (*AttributePath_Step) GetAttributeName added in v0.16.0

func (x *AttributePath_Step) GetAttributeName() string

func (*AttributePath_Step) GetElementKeyInt added in v0.16.0

func (x *AttributePath_Step) GetElementKeyInt() int64

func (*AttributePath_Step) GetElementKeyString added in v0.16.0

func (x *AttributePath_Step) GetElementKeyString() string

func (*AttributePath_Step) GetSelector added in v0.16.0

func (m *AttributePath_Step) GetSelector() isAttributePath_Step_Selector

func (*AttributePath_Step) ProtoMessage added in v0.16.0

func (*AttributePath_Step) ProtoMessage()

func (*AttributePath_Step) ProtoReflect added in v0.16.0

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

func (*AttributePath_Step) Reset added in v0.16.0

func (x *AttributePath_Step) Reset()

func (*AttributePath_Step) String added in v0.16.0

func (x *AttributePath_Step) String() string

type AttributePath_Step_AttributeName added in v0.16.0

type AttributePath_Step_AttributeName struct {
	AttributeName string `protobuf:"bytes,1,opt,name=attribute_name,json=attributeName,proto3,oneof"`
}

type AttributePath_Step_ElementKeyInt added in v0.16.0

type AttributePath_Step_ElementKeyInt struct {
	ElementKeyInt int64 `protobuf:"varint,3,opt,name=element_key_int,json=elementKeyInt,proto3,oneof"`
}

type AttributePath_Step_ElementKeyString added in v0.16.0

type AttributePath_Step_ElementKeyString struct {
	ElementKeyString string `protobuf:"bytes,2,opt,name=element_key_string,json=elementKeyString,proto3,oneof"`
}

type BodyContent

type BodyContent struct {
	Attributes map[string]*BodyContent_Attribute `` /* 161-byte string literal not displayed */
	Blocks     []*BodyContent_Block              `protobuf:"bytes,2,rep,name=blocks,proto3" json:"blocks,omitempty"`
	// contains filtered or unexported fields
}

func (*BodyContent) Descriptor deprecated

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

Deprecated: Use BodyContent.ProtoReflect.Descriptor instead.

func (*BodyContent) GetAttributes

func (x *BodyContent) GetAttributes() map[string]*BodyContent_Attribute

func (*BodyContent) GetBlocks

func (x *BodyContent) GetBlocks() []*BodyContent_Block

func (*BodyContent) ProtoMessage

func (*BodyContent) ProtoMessage()

func (*BodyContent) ProtoReflect

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

func (*BodyContent) Reset

func (x *BodyContent) Reset()

func (*BodyContent) String

func (x *BodyContent) String() string

type BodyContent_Attribute

type BodyContent_Attribute struct {
	Name       string      `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Range      *Range      `protobuf:"bytes,4,opt,name=range,proto3" json:"range,omitempty"`
	NameRange  *Range      `protobuf:"bytes,5,opt,name=name_range,json=nameRange,proto3" json:"name_range,omitempty"`
	Expression *Expression `protobuf:"bytes,6,opt,name=expression,proto3" json:"expression,omitempty"`
	// contains filtered or unexported fields
}

func (*BodyContent_Attribute) Descriptor deprecated

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

Deprecated: Use BodyContent_Attribute.ProtoReflect.Descriptor instead.

func (*BodyContent_Attribute) GetExpression added in v0.14.0

func (x *BodyContent_Attribute) GetExpression() *Expression

func (*BodyContent_Attribute) GetName

func (x *BodyContent_Attribute) GetName() string

func (*BodyContent_Attribute) GetNameRange

func (x *BodyContent_Attribute) GetNameRange() *Range

func (*BodyContent_Attribute) GetRange

func (x *BodyContent_Attribute) GetRange() *Range

func (*BodyContent_Attribute) ProtoMessage

func (*BodyContent_Attribute) ProtoMessage()

func (*BodyContent_Attribute) ProtoReflect

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

func (*BodyContent_Attribute) Reset

func (x *BodyContent_Attribute) Reset()

func (*BodyContent_Attribute) String

func (x *BodyContent_Attribute) String() string

type BodyContent_Block

type BodyContent_Block struct {
	Type        string       `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Labels      []string     `protobuf:"bytes,2,rep,name=labels,proto3" json:"labels,omitempty"`
	Body        *BodyContent `protobuf:"bytes,3,opt,name=body,proto3" json:"body,omitempty"`
	DefRange    *Range       `protobuf:"bytes,4,opt,name=def_range,json=defRange,proto3" json:"def_range,omitempty"`
	TypeRange   *Range       `protobuf:"bytes,5,opt,name=type_range,json=typeRange,proto3" json:"type_range,omitempty"`
	LabelRanges []*Range     `protobuf:"bytes,6,rep,name=label_ranges,json=labelRanges,proto3" json:"label_ranges,omitempty"`
	// contains filtered or unexported fields
}

func (*BodyContent_Block) Descriptor deprecated

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

Deprecated: Use BodyContent_Block.ProtoReflect.Descriptor instead.

func (*BodyContent_Block) GetBody

func (x *BodyContent_Block) GetBody() *BodyContent

func (*BodyContent_Block) GetDefRange

func (x *BodyContent_Block) GetDefRange() *Range

func (*BodyContent_Block) GetLabelRanges

func (x *BodyContent_Block) GetLabelRanges() []*Range

func (*BodyContent_Block) GetLabels

func (x *BodyContent_Block) GetLabels() []string

func (*BodyContent_Block) GetType

func (x *BodyContent_Block) GetType() string

func (*BodyContent_Block) GetTypeRange

func (x *BodyContent_Block) GetTypeRange() *Range

func (*BodyContent_Block) ProtoMessage

func (*BodyContent_Block) ProtoMessage()

func (*BodyContent_Block) ProtoReflect

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

func (*BodyContent_Block) Reset

func (x *BodyContent_Block) Reset()

func (*BodyContent_Block) String

func (x *BodyContent_Block) String() string

type BodySchema

type BodySchema struct {
	Attributes []*BodySchema_Attribute `protobuf:"bytes,1,rep,name=attributes,proto3" json:"attributes,omitempty"`
	Blocks     []*BodySchema_Block     `protobuf:"bytes,2,rep,name=blocks,proto3" json:"blocks,omitempty"`
	Mode       SchemaMode              `protobuf:"varint,3,opt,name=Mode,proto3,enum=proto.SchemaMode" json:"Mode,omitempty"`
	// contains filtered or unexported fields
}

func (*BodySchema) Descriptor deprecated

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

Deprecated: Use BodySchema.ProtoReflect.Descriptor instead.

func (*BodySchema) GetAttributes

func (x *BodySchema) GetAttributes() []*BodySchema_Attribute

func (*BodySchema) GetBlocks

func (x *BodySchema) GetBlocks() []*BodySchema_Block

func (*BodySchema) GetMode added in v0.14.0

func (x *BodySchema) GetMode() SchemaMode

func (*BodySchema) ProtoMessage

func (*BodySchema) ProtoMessage()

func (*BodySchema) ProtoReflect

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

func (*BodySchema) Reset

func (x *BodySchema) Reset()

func (*BodySchema) String

func (x *BodySchema) String() string

type BodySchema_Attribute

type BodySchema_Attribute struct {
	Name     string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Required bool   `protobuf:"varint,2,opt,name=required,proto3" json:"required,omitempty"`
	// contains filtered or unexported fields
}

func (*BodySchema_Attribute) Descriptor deprecated

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

Deprecated: Use BodySchema_Attribute.ProtoReflect.Descriptor instead.

func (*BodySchema_Attribute) GetName

func (x *BodySchema_Attribute) GetName() string

func (*BodySchema_Attribute) GetRequired

func (x *BodySchema_Attribute) GetRequired() bool

func (*BodySchema_Attribute) ProtoMessage

func (*BodySchema_Attribute) ProtoMessage()

func (*BodySchema_Attribute) ProtoReflect

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

func (*BodySchema_Attribute) Reset

func (x *BodySchema_Attribute) Reset()

func (*BodySchema_Attribute) String

func (x *BodySchema_Attribute) String() string

type BodySchema_Block

type BodySchema_Block struct {
	Type       string      `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	LabelNames []string    `protobuf:"bytes,2,rep,name=label_names,json=labelNames,proto3" json:"label_names,omitempty"`
	Body       *BodySchema `protobuf:"bytes,3,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*BodySchema_Block) Descriptor deprecated

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

Deprecated: Use BodySchema_Block.ProtoReflect.Descriptor instead.

func (*BodySchema_Block) GetBody

func (x *BodySchema_Block) GetBody() *BodySchema

func (*BodySchema_Block) GetLabelNames

func (x *BodySchema_Block) GetLabelNames() []string

func (*BodySchema_Block) GetType

func (x *BodySchema_Block) GetType() string

func (*BodySchema_Block) ProtoMessage

func (*BodySchema_Block) ProtoMessage()

func (*BodySchema_Block) ProtoReflect

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

func (*BodySchema_Block) Reset

func (x *BodySchema_Block) Reset()

func (*BodySchema_Block) String

func (x *BodySchema_Block) String() string

type Check

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

func (*Check) Descriptor deprecated

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

Deprecated: Use Check.ProtoReflect.Descriptor instead.

func (*Check) ProtoMessage

func (*Check) ProtoMessage()

func (*Check) ProtoReflect

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

func (*Check) Reset

func (x *Check) Reset()

func (*Check) String

func (x *Check) String() string

type Check_Request

type Check_Request struct {
	Runner uint32 `protobuf:"varint,1,opt,name=runner,proto3" json:"runner,omitempty"`
	// contains filtered or unexported fields
}

func (*Check_Request) Descriptor deprecated

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

Deprecated: Use Check_Request.ProtoReflect.Descriptor instead.

func (*Check_Request) GetRunner

func (x *Check_Request) GetRunner() uint32

func (*Check_Request) ProtoMessage

func (*Check_Request) ProtoMessage()

func (*Check_Request) ProtoReflect

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

func (*Check_Request) Reset

func (x *Check_Request) Reset()

func (*Check_Request) String

func (x *Check_Request) String() string

type Check_Response

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

func (*Check_Response) Descriptor deprecated

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

Deprecated: Use Check_Response.ProtoReflect.Descriptor instead.

func (*Check_Response) ProtoMessage

func (*Check_Response) ProtoMessage()

func (*Check_Response) ProtoReflect

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

func (*Check_Response) Reset

func (x *Check_Response) Reset()

func (*Check_Response) String

func (x *Check_Response) String() string

type EmitIssue

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

func (*EmitIssue) Descriptor deprecated

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

Deprecated: Use EmitIssue.ProtoReflect.Descriptor instead.

func (*EmitIssue) ProtoMessage

func (*EmitIssue) ProtoMessage()

func (*EmitIssue) ProtoReflect

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

func (*EmitIssue) Reset

func (x *EmitIssue) Reset()

func (*EmitIssue) String

func (x *EmitIssue) String() string

type EmitIssue_Request

type EmitIssue_Request struct {
	Rule    *EmitIssue_Rule `protobuf:"bytes,1,opt,name=rule,proto3" json:"rule,omitempty"`
	Message string          `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	Range   *Range          `protobuf:"bytes,3,opt,name=range,proto3" json:"range,omitempty"`
	Fixable bool            `protobuf:"varint,4,opt,name=fixable,proto3" json:"fixable,omitempty"`
	// contains filtered or unexported fields
}

func (*EmitIssue_Request) Descriptor deprecated

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

Deprecated: Use EmitIssue_Request.ProtoReflect.Descriptor instead.

func (*EmitIssue_Request) GetFixable added in v0.17.0

func (x *EmitIssue_Request) GetFixable() bool

func (*EmitIssue_Request) GetMessage

func (x *EmitIssue_Request) GetMessage() string

func (*EmitIssue_Request) GetRange

func (x *EmitIssue_Request) GetRange() *Range

func (*EmitIssue_Request) GetRule

func (x *EmitIssue_Request) GetRule() *EmitIssue_Rule

func (*EmitIssue_Request) ProtoMessage

func (*EmitIssue_Request) ProtoMessage()

func (*EmitIssue_Request) ProtoReflect

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

func (*EmitIssue_Request) Reset

func (x *EmitIssue_Request) Reset()

func (*EmitIssue_Request) String

func (x *EmitIssue_Request) String() string

type EmitIssue_Response

type EmitIssue_Response struct {
	Applied bool `protobuf:"varint,1,opt,name=applied,proto3" json:"applied,omitempty"`
	// contains filtered or unexported fields
}

func (*EmitIssue_Response) Descriptor deprecated

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

Deprecated: Use EmitIssue_Response.ProtoReflect.Descriptor instead.

func (*EmitIssue_Response) GetApplied added in v0.17.0

func (x *EmitIssue_Response) GetApplied() bool

func (*EmitIssue_Response) ProtoMessage

func (*EmitIssue_Response) ProtoMessage()

func (*EmitIssue_Response) ProtoReflect

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

func (*EmitIssue_Response) Reset

func (x *EmitIssue_Response) Reset()

func (*EmitIssue_Response) String

func (x *EmitIssue_Response) String() string

type EmitIssue_Rule

type EmitIssue_Rule struct {
	Name     string             `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Enabled  bool               `protobuf:"varint,2,opt,name=enabled,proto3" json:"enabled,omitempty"`
	Severity EmitIssue_Severity `protobuf:"varint,3,opt,name=severity,proto3,enum=proto.EmitIssue_Severity" json:"severity,omitempty"`
	Link     string             `protobuf:"bytes,4,opt,name=link,proto3" json:"link,omitempty"`
	// contains filtered or unexported fields
}

func (*EmitIssue_Rule) Descriptor deprecated

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

Deprecated: Use EmitIssue_Rule.ProtoReflect.Descriptor instead.

func (*EmitIssue_Rule) GetEnabled

func (x *EmitIssue_Rule) GetEnabled() bool
func (x *EmitIssue_Rule) GetLink() string

func (*EmitIssue_Rule) GetName

func (x *EmitIssue_Rule) GetName() string

func (*EmitIssue_Rule) GetSeverity

func (x *EmitIssue_Rule) GetSeverity() EmitIssue_Severity

func (*EmitIssue_Rule) ProtoMessage

func (*EmitIssue_Rule) ProtoMessage()

func (*EmitIssue_Rule) ProtoReflect

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

func (*EmitIssue_Rule) Reset

func (x *EmitIssue_Rule) Reset()

func (*EmitIssue_Rule) String

func (x *EmitIssue_Rule) String() string

type EmitIssue_Severity

type EmitIssue_Severity int32
const (
	EmitIssue_SEVERITY_UNSPECIFIED EmitIssue_Severity = 0
	EmitIssue_SEVERITY_ERROR       EmitIssue_Severity = 1
	EmitIssue_SEVERITY_WARNING     EmitIssue_Severity = 2
	EmitIssue_SEVERITY_NOTICE      EmitIssue_Severity = 3
)

func (EmitIssue_Severity) Descriptor

func (EmitIssue_Severity) Enum

func (EmitIssue_Severity) EnumDescriptor deprecated

func (EmitIssue_Severity) EnumDescriptor() ([]byte, []int)

Deprecated: Use EmitIssue_Severity.Descriptor instead.

func (EmitIssue_Severity) Number

func (EmitIssue_Severity) String

func (x EmitIssue_Severity) String() string

func (EmitIssue_Severity) Type

type ErrorCode

type ErrorCode int32
const (
	ErrorCode_ERROR_CODE_UNSPECIFIED   ErrorCode = 0
	ErrorCode_ERROR_CODE_UNKNOWN_VALUE ErrorCode = 1
	ErrorCode_ERROR_CODE_NULL_VALUE    ErrorCode = 2
	ErrorCode_ERROR_CODE_UNEVALUABLE   ErrorCode = 3
	ErrorCode_ERROR_CODE_SENSITIVE     ErrorCode = 4
)

func (ErrorCode) Descriptor

func (ErrorCode) Descriptor() protoreflect.EnumDescriptor

func (ErrorCode) Enum

func (x ErrorCode) Enum() *ErrorCode

func (ErrorCode) EnumDescriptor deprecated

func (ErrorCode) EnumDescriptor() ([]byte, []int)

Deprecated: Use ErrorCode.Descriptor instead.

func (ErrorCode) Number

func (x ErrorCode) Number() protoreflect.EnumNumber

func (ErrorCode) String

func (x ErrorCode) String() string

func (ErrorCode) Type

type ErrorDetail

type ErrorDetail struct {
	Code    ErrorCode `protobuf:"varint,1,opt,name=code,proto3,enum=proto.ErrorCode" json:"code,omitempty"`
	Message string    `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*ErrorDetail) Descriptor deprecated

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

Deprecated: Use ErrorDetail.ProtoReflect.Descriptor instead.

func (*ErrorDetail) GetCode

func (x *ErrorDetail) GetCode() ErrorCode

func (*ErrorDetail) GetMessage

func (x *ErrorDetail) GetMessage() string

func (*ErrorDetail) ProtoMessage

func (*ErrorDetail) ProtoMessage()

func (*ErrorDetail) ProtoReflect

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

func (*ErrorDetail) Reset

func (x *ErrorDetail) Reset()

func (*ErrorDetail) String

func (x *ErrorDetail) String() string

type EvaluateExpr

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

func (*EvaluateExpr) Descriptor deprecated

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

Deprecated: Use EvaluateExpr.ProtoReflect.Descriptor instead.

func (*EvaluateExpr) ProtoMessage

func (*EvaluateExpr) ProtoMessage()

func (*EvaluateExpr) ProtoReflect

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

func (*EvaluateExpr) Reset

func (x *EvaluateExpr) Reset()

func (*EvaluateExpr) String

func (x *EvaluateExpr) String() string

type EvaluateExpr_Option

type EvaluateExpr_Option struct {
	Type      []byte        `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	ModuleCtx ModuleCtxType `protobuf:"varint,2,opt,name=module_ctx,json=moduleCtx,proto3,enum=proto.ModuleCtxType" json:"module_ctx,omitempty"`
	// contains filtered or unexported fields
}

func (*EvaluateExpr_Option) Descriptor deprecated

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

Deprecated: Use EvaluateExpr_Option.ProtoReflect.Descriptor instead.

func (*EvaluateExpr_Option) GetModuleCtx

func (x *EvaluateExpr_Option) GetModuleCtx() ModuleCtxType

func (*EvaluateExpr_Option) GetType

func (x *EvaluateExpr_Option) GetType() []byte

func (*EvaluateExpr_Option) ProtoMessage

func (*EvaluateExpr_Option) ProtoMessage()

func (*EvaluateExpr_Option) ProtoReflect

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

func (*EvaluateExpr_Option) Reset

func (x *EvaluateExpr_Option) Reset()

func (*EvaluateExpr_Option) String

func (x *EvaluateExpr_Option) String() string

type EvaluateExpr_Request

type EvaluateExpr_Request struct {
	Option     *EvaluateExpr_Option `protobuf:"bytes,3,opt,name=option,proto3" json:"option,omitempty"`
	Expression *Expression          `protobuf:"bytes,4,opt,name=expression,proto3" json:"expression,omitempty"`
	// contains filtered or unexported fields
}

func (*EvaluateExpr_Request) Descriptor deprecated

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

Deprecated: Use EvaluateExpr_Request.ProtoReflect.Descriptor instead.

func (*EvaluateExpr_Request) GetExpression added in v0.14.0

func (x *EvaluateExpr_Request) GetExpression() *Expression

func (*EvaluateExpr_Request) GetOption

func (x *EvaluateExpr_Request) GetOption() *EvaluateExpr_Option

func (*EvaluateExpr_Request) ProtoMessage

func (*EvaluateExpr_Request) ProtoMessage()

func (*EvaluateExpr_Request) ProtoReflect

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

func (*EvaluateExpr_Request) Reset

func (x *EvaluateExpr_Request) Reset()

func (*EvaluateExpr_Request) String

func (x *EvaluateExpr_Request) String() string

type EvaluateExpr_Response

type EvaluateExpr_Response struct {
	Value []byte       `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	Marks []*ValueMark `protobuf:"bytes,2,rep,name=marks,proto3" json:"marks,omitempty"`
	// contains filtered or unexported fields
}

func (*EvaluateExpr_Response) Descriptor deprecated

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

Deprecated: Use EvaluateExpr_Response.ProtoReflect.Descriptor instead.

func (*EvaluateExpr_Response) GetMarks added in v0.16.0

func (x *EvaluateExpr_Response) GetMarks() []*ValueMark

func (*EvaluateExpr_Response) GetValue

func (x *EvaluateExpr_Response) GetValue() []byte

func (*EvaluateExpr_Response) ProtoMessage

func (*EvaluateExpr_Response) ProtoMessage()

func (*EvaluateExpr_Response) ProtoReflect

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

func (*EvaluateExpr_Response) Reset

func (x *EvaluateExpr_Response) Reset()

func (*EvaluateExpr_Response) String

func (x *EvaluateExpr_Response) String() string

type Expression added in v0.14.0

type Expression struct {
	Bytes      []byte       `protobuf:"bytes,1,opt,name=bytes,proto3" json:"bytes,omitempty"`
	Range      *Range       `protobuf:"bytes,2,opt,name=range,proto3" json:"range,omitempty"`
	Value      []byte       `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	ValueMarks []*ValueMark `protobuf:"bytes,4,rep,name=value_marks,json=valueMarks,proto3" json:"value_marks,omitempty"`
	// contains filtered or unexported fields
}

func (*Expression) Descriptor deprecated added in v0.14.0

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

Deprecated: Use Expression.ProtoReflect.Descriptor instead.

func (*Expression) GetBytes added in v0.14.0

func (x *Expression) GetBytes() []byte

func (*Expression) GetRange added in v0.14.0

func (x *Expression) GetRange() *Range

func (*Expression) GetValue added in v0.14.0

func (x *Expression) GetValue() []byte

func (*Expression) GetValueMarks added in v0.16.0

func (x *Expression) GetValueMarks() []*ValueMark

func (*Expression) ProtoMessage added in v0.14.0

func (*Expression) ProtoMessage()

func (*Expression) ProtoReflect added in v0.14.0

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

func (*Expression) Reset added in v0.14.0

func (x *Expression) Reset()

func (*Expression) String added in v0.14.0

func (x *Expression) String() string

type GetConfigSchema

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

func (*GetConfigSchema) Descriptor deprecated

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

Deprecated: Use GetConfigSchema.ProtoReflect.Descriptor instead.

func (*GetConfigSchema) ProtoMessage

func (*GetConfigSchema) ProtoMessage()

func (*GetConfigSchema) ProtoReflect

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

func (*GetConfigSchema) Reset

func (x *GetConfigSchema) Reset()

func (*GetConfigSchema) String

func (x *GetConfigSchema) String() string

type GetConfigSchema_Request

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

func (*GetConfigSchema_Request) Descriptor deprecated

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

Deprecated: Use GetConfigSchema_Request.ProtoReflect.Descriptor instead.

func (*GetConfigSchema_Request) ProtoMessage

func (*GetConfigSchema_Request) ProtoMessage()

func (*GetConfigSchema_Request) ProtoReflect

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

func (*GetConfigSchema_Request) Reset

func (x *GetConfigSchema_Request) Reset()

func (*GetConfigSchema_Request) String

func (x *GetConfigSchema_Request) String() string

type GetConfigSchema_Response

type GetConfigSchema_Response struct {
	Schema *BodySchema `protobuf:"bytes,1,opt,name=schema,proto3" json:"schema,omitempty"`
	// contains filtered or unexported fields
}

func (*GetConfigSchema_Response) Descriptor deprecated

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

Deprecated: Use GetConfigSchema_Response.ProtoReflect.Descriptor instead.

func (*GetConfigSchema_Response) GetSchema

func (x *GetConfigSchema_Response) GetSchema() *BodySchema

func (*GetConfigSchema_Response) ProtoMessage

func (*GetConfigSchema_Response) ProtoMessage()

func (*GetConfigSchema_Response) ProtoReflect

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

func (*GetConfigSchema_Response) Reset

func (x *GetConfigSchema_Response) Reset()

func (*GetConfigSchema_Response) String

func (x *GetConfigSchema_Response) String() string

type GetFile

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

func (*GetFile) Descriptor deprecated

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

Deprecated: Use GetFile.ProtoReflect.Descriptor instead.

func (*GetFile) ProtoMessage

func (*GetFile) ProtoMessage()

func (*GetFile) ProtoReflect

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

func (*GetFile) Reset

func (x *GetFile) Reset()

func (*GetFile) String

func (x *GetFile) String() string

type GetFile_Request

type GetFile_Request struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFile_Request) Descriptor deprecated

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

Deprecated: Use GetFile_Request.ProtoReflect.Descriptor instead.

func (*GetFile_Request) GetName

func (x *GetFile_Request) GetName() string

func (*GetFile_Request) ProtoMessage

func (*GetFile_Request) ProtoMessage()

func (*GetFile_Request) ProtoReflect

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

func (*GetFile_Request) Reset

func (x *GetFile_Request) Reset()

func (*GetFile_Request) String

func (x *GetFile_Request) String() string

type GetFile_Response

type GetFile_Response struct {
	File []byte `protobuf:"bytes,1,opt,name=file,proto3" json:"file,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFile_Response) Descriptor deprecated

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

Deprecated: Use GetFile_Response.ProtoReflect.Descriptor instead.

func (*GetFile_Response) GetFile

func (x *GetFile_Response) GetFile() []byte

func (*GetFile_Response) ProtoMessage

func (*GetFile_Response) ProtoMessage()

func (*GetFile_Response) ProtoReflect

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

func (*GetFile_Response) Reset

func (x *GetFile_Response) Reset()

func (*GetFile_Response) String

func (x *GetFile_Response) String() string

type GetFiles

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

func (*GetFiles) Descriptor deprecated

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

Deprecated: Use GetFiles.ProtoReflect.Descriptor instead.

func (*GetFiles) ProtoMessage

func (*GetFiles) ProtoMessage()

func (*GetFiles) ProtoReflect

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

func (*GetFiles) Reset

func (x *GetFiles) Reset()

func (*GetFiles) String

func (x *GetFiles) String() string

type GetFiles_Request

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

func (*GetFiles_Request) Descriptor deprecated

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

Deprecated: Use GetFiles_Request.ProtoReflect.Descriptor instead.

func (*GetFiles_Request) ProtoMessage

func (*GetFiles_Request) ProtoMessage()

func (*GetFiles_Request) ProtoReflect

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

func (*GetFiles_Request) Reset

func (x *GetFiles_Request) Reset()

func (*GetFiles_Request) String

func (x *GetFiles_Request) String() string

type GetFiles_Response

type GetFiles_Response struct {
	Files map[string][]byte `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetFiles_Response) Descriptor deprecated

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

Deprecated: Use GetFiles_Response.ProtoReflect.Descriptor instead.

func (*GetFiles_Response) GetFiles

func (x *GetFiles_Response) GetFiles() map[string][]byte

func (*GetFiles_Response) ProtoMessage

func (*GetFiles_Response) ProtoMessage()

func (*GetFiles_Response) ProtoReflect

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

func (*GetFiles_Response) Reset

func (x *GetFiles_Response) Reset()

func (*GetFiles_Response) String

func (x *GetFiles_Response) String() string

type GetModuleContent

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

func (*GetModuleContent) Descriptor deprecated

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

Deprecated: Use GetModuleContent.ProtoReflect.Descriptor instead.

func (*GetModuleContent) ProtoMessage

func (*GetModuleContent) ProtoMessage()

func (*GetModuleContent) ProtoReflect

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

func (*GetModuleContent) Reset

func (x *GetModuleContent) Reset()

func (*GetModuleContent) String

func (x *GetModuleContent) String() string

type GetModuleContent_ExpandMode added in v0.14.0

type GetModuleContent_ExpandMode int32
const (
	GetModuleContent_EXPAND_MODE_UNSPECIFIED GetModuleContent_ExpandMode = 0
	GetModuleContent_EXPAND_MODE_NONE        GetModuleContent_ExpandMode = 1
	GetModuleContent_EXPAND_MODE_EXPAND      GetModuleContent_ExpandMode = 2
)

func (GetModuleContent_ExpandMode) Descriptor added in v0.14.0

func (GetModuleContent_ExpandMode) Enum added in v0.14.0

func (GetModuleContent_ExpandMode) EnumDescriptor deprecated added in v0.14.0

func (GetModuleContent_ExpandMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use GetModuleContent_ExpandMode.Descriptor instead.

func (GetModuleContent_ExpandMode) Number added in v0.14.0

func (GetModuleContent_ExpandMode) String added in v0.14.0

func (GetModuleContent_ExpandMode) Type added in v0.14.0

type GetModuleContent_Hint

type GetModuleContent_Hint struct {
	ResourceType string `protobuf:"bytes,1,opt,name=resource_type,json=resourceType,proto3" json:"resource_type,omitempty"`
	// contains filtered or unexported fields
}

func (*GetModuleContent_Hint) Descriptor deprecated

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

Deprecated: Use GetModuleContent_Hint.ProtoReflect.Descriptor instead.

func (*GetModuleContent_Hint) GetResourceType

func (x *GetModuleContent_Hint) GetResourceType() string

func (*GetModuleContent_Hint) ProtoMessage

func (*GetModuleContent_Hint) ProtoMessage()

func (*GetModuleContent_Hint) ProtoReflect

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

func (*GetModuleContent_Hint) Reset

func (x *GetModuleContent_Hint) Reset()

func (*GetModuleContent_Hint) String

func (x *GetModuleContent_Hint) String() string

type GetModuleContent_Option

type GetModuleContent_Option struct {
	ModuleCtx ModuleCtxType          `protobuf:"varint,1,opt,name=module_ctx,json=moduleCtx,proto3,enum=proto.ModuleCtxType" json:"module_ctx,omitempty"`
	Hint      *GetModuleContent_Hint `protobuf:"bytes,2,opt,name=hint,proto3" json:"hint,omitempty"`
	// Deprecated: Marked as deprecated in tflint.proto.
	IncludeNotCreated bool                        `protobuf:"varint,3,opt,name=include_not_created,json=includeNotCreated,proto3" json:"include_not_created,omitempty"`
	ExpandMode        GetModuleContent_ExpandMode `` /* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetModuleContent_Option) Descriptor deprecated

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

Deprecated: Use GetModuleContent_Option.ProtoReflect.Descriptor instead.

func (*GetModuleContent_Option) GetExpandMode added in v0.14.0

func (*GetModuleContent_Option) GetHint

func (*GetModuleContent_Option) GetIncludeNotCreated deprecated added in v0.11.0

func (x *GetModuleContent_Option) GetIncludeNotCreated() bool

Deprecated: Marked as deprecated in tflint.proto.

func (*GetModuleContent_Option) GetModuleCtx

func (x *GetModuleContent_Option) GetModuleCtx() ModuleCtxType

func (*GetModuleContent_Option) ProtoMessage

func (*GetModuleContent_Option) ProtoMessage()

func (*GetModuleContent_Option) ProtoReflect

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

func (*GetModuleContent_Option) Reset

func (x *GetModuleContent_Option) Reset()

func (*GetModuleContent_Option) String

func (x *GetModuleContent_Option) String() string

type GetModuleContent_Request

type GetModuleContent_Request struct {
	Schema *BodySchema              `protobuf:"bytes,1,opt,name=schema,proto3" json:"schema,omitempty"`
	Option *GetModuleContent_Option `protobuf:"bytes,2,opt,name=option,proto3" json:"option,omitempty"`
	// contains filtered or unexported fields
}

func (*GetModuleContent_Request) Descriptor deprecated

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

Deprecated: Use GetModuleContent_Request.ProtoReflect.Descriptor instead.

func (*GetModuleContent_Request) GetOption

func (*GetModuleContent_Request) GetSchema

func (x *GetModuleContent_Request) GetSchema() *BodySchema

func (*GetModuleContent_Request) ProtoMessage

func (*GetModuleContent_Request) ProtoMessage()

func (*GetModuleContent_Request) ProtoReflect

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

func (*GetModuleContent_Request) Reset

func (x *GetModuleContent_Request) Reset()

func (*GetModuleContent_Request) String

func (x *GetModuleContent_Request) String() string

type GetModuleContent_Response

type GetModuleContent_Response struct {
	Content *BodyContent `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

func (*GetModuleContent_Response) Descriptor deprecated

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

Deprecated: Use GetModuleContent_Response.ProtoReflect.Descriptor instead.

func (*GetModuleContent_Response) GetContent

func (x *GetModuleContent_Response) GetContent() *BodyContent

func (*GetModuleContent_Response) ProtoMessage

func (*GetModuleContent_Response) ProtoMessage()

func (*GetModuleContent_Response) ProtoReflect

func (*GetModuleContent_Response) Reset

func (x *GetModuleContent_Response) Reset()

func (*GetModuleContent_Response) String

func (x *GetModuleContent_Response) String() string

type GetModulePath added in v0.12.0

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

func (*GetModulePath) Descriptor deprecated added in v0.12.0

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

Deprecated: Use GetModulePath.ProtoReflect.Descriptor instead.

func (*GetModulePath) ProtoMessage added in v0.12.0

func (*GetModulePath) ProtoMessage()

func (*GetModulePath) ProtoReflect added in v0.12.0

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

func (*GetModulePath) Reset added in v0.12.0

func (x *GetModulePath) Reset()

func (*GetModulePath) String added in v0.12.0

func (x *GetModulePath) String() string

type GetModulePath_Request added in v0.12.0

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

func (*GetModulePath_Request) Descriptor deprecated added in v0.12.0

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

Deprecated: Use GetModulePath_Request.ProtoReflect.Descriptor instead.

func (*GetModulePath_Request) ProtoMessage added in v0.12.0

func (*GetModulePath_Request) ProtoMessage()

func (*GetModulePath_Request) ProtoReflect added in v0.12.0

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

func (*GetModulePath_Request) Reset added in v0.12.0

func (x *GetModulePath_Request) Reset()

func (*GetModulePath_Request) String added in v0.12.0

func (x *GetModulePath_Request) String() string

type GetModulePath_Response added in v0.12.0

type GetModulePath_Response struct {
	Path []string `protobuf:"bytes,1,rep,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*GetModulePath_Response) Descriptor deprecated added in v0.12.0

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

Deprecated: Use GetModulePath_Response.ProtoReflect.Descriptor instead.

func (*GetModulePath_Response) GetPath added in v0.12.0

func (x *GetModulePath_Response) GetPath() []string

func (*GetModulePath_Response) ProtoMessage added in v0.12.0

func (*GetModulePath_Response) ProtoMessage()

func (*GetModulePath_Response) ProtoReflect added in v0.12.0

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

func (*GetModulePath_Response) Reset added in v0.12.0

func (x *GetModulePath_Response) Reset()

func (*GetModulePath_Response) String added in v0.12.0

func (x *GetModulePath_Response) String() string

type GetName

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

func (*GetName) Descriptor deprecated

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

Deprecated: Use GetName.ProtoReflect.Descriptor instead.

func (*GetName) ProtoMessage

func (*GetName) ProtoMessage()

func (*GetName) ProtoReflect

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

func (*GetName) Reset

func (x *GetName) Reset()

func (*GetName) String

func (x *GetName) String() string

type GetName_Request

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

func (*GetName_Request) Descriptor deprecated

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

Deprecated: Use GetName_Request.ProtoReflect.Descriptor instead.

func (*GetName_Request) ProtoMessage

func (*GetName_Request) ProtoMessage()

func (*GetName_Request) ProtoReflect

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

func (*GetName_Request) Reset

func (x *GetName_Request) Reset()

func (*GetName_Request) String

func (x *GetName_Request) String() string

type GetName_Response

type GetName_Response struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetName_Response) Descriptor deprecated

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

Deprecated: Use GetName_Response.ProtoReflect.Descriptor instead.

func (*GetName_Response) GetName

func (x *GetName_Response) GetName() string

func (*GetName_Response) ProtoMessage

func (*GetName_Response) ProtoMessage()

func (*GetName_Response) ProtoReflect

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

func (*GetName_Response) Reset

func (x *GetName_Response) Reset()

func (*GetName_Response) String

func (x *GetName_Response) String() string

type GetOriginalwd added in v0.15.0

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

func (*GetOriginalwd) Descriptor deprecated added in v0.15.0

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

Deprecated: Use GetOriginalwd.ProtoReflect.Descriptor instead.

func (*GetOriginalwd) ProtoMessage added in v0.15.0

func (*GetOriginalwd) ProtoMessage()

func (*GetOriginalwd) ProtoReflect added in v0.15.0

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

func (*GetOriginalwd) Reset added in v0.15.0

func (x *GetOriginalwd) Reset()

func (*GetOriginalwd) String added in v0.15.0

func (x *GetOriginalwd) String() string

type GetOriginalwd_Request added in v0.15.0

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

func (*GetOriginalwd_Request) Descriptor deprecated added in v0.15.0

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

Deprecated: Use GetOriginalwd_Request.ProtoReflect.Descriptor instead.

func (*GetOriginalwd_Request) ProtoMessage added in v0.15.0

func (*GetOriginalwd_Request) ProtoMessage()

func (*GetOriginalwd_Request) ProtoReflect added in v0.15.0

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

func (*GetOriginalwd_Request) Reset added in v0.15.0

func (x *GetOriginalwd_Request) Reset()

func (*GetOriginalwd_Request) String added in v0.15.0

func (x *GetOriginalwd_Request) String() string

type GetOriginalwd_Response added in v0.15.0

type GetOriginalwd_Response struct {
	Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOriginalwd_Response) Descriptor deprecated added in v0.15.0

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

Deprecated: Use GetOriginalwd_Response.ProtoReflect.Descriptor instead.

func (*GetOriginalwd_Response) GetPath added in v0.15.0

func (x *GetOriginalwd_Response) GetPath() string

func (*GetOriginalwd_Response) ProtoMessage added in v0.15.0

func (*GetOriginalwd_Response) ProtoMessage()

func (*GetOriginalwd_Response) ProtoReflect added in v0.15.0

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

func (*GetOriginalwd_Response) Reset added in v0.15.0

func (x *GetOriginalwd_Response) Reset()

func (*GetOriginalwd_Response) String added in v0.15.0

func (x *GetOriginalwd_Response) String() string

type GetRuleConfigContent

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

func (*GetRuleConfigContent) Descriptor deprecated

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

Deprecated: Use GetRuleConfigContent.ProtoReflect.Descriptor instead.

func (*GetRuleConfigContent) ProtoMessage

func (*GetRuleConfigContent) ProtoMessage()

func (*GetRuleConfigContent) ProtoReflect

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

func (*GetRuleConfigContent) Reset

func (x *GetRuleConfigContent) Reset()

func (*GetRuleConfigContent) String

func (x *GetRuleConfigContent) String() string

type GetRuleConfigContent_Request

type GetRuleConfigContent_Request struct {
	Name   string      `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Schema *BodySchema `protobuf:"bytes,2,opt,name=schema,proto3" json:"schema,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRuleConfigContent_Request) Descriptor deprecated

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

Deprecated: Use GetRuleConfigContent_Request.ProtoReflect.Descriptor instead.

func (*GetRuleConfigContent_Request) GetName

func (x *GetRuleConfigContent_Request) GetName() string

func (*GetRuleConfigContent_Request) GetSchema

func (x *GetRuleConfigContent_Request) GetSchema() *BodySchema

func (*GetRuleConfigContent_Request) ProtoMessage

func (*GetRuleConfigContent_Request) ProtoMessage()

func (*GetRuleConfigContent_Request) ProtoReflect

func (*GetRuleConfigContent_Request) Reset

func (x *GetRuleConfigContent_Request) Reset()

func (*GetRuleConfigContent_Request) String

type GetRuleConfigContent_Response

type GetRuleConfigContent_Response struct {
	Content *BodyContent `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRuleConfigContent_Response) Descriptor deprecated

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

Deprecated: Use GetRuleConfigContent_Response.ProtoReflect.Descriptor instead.

func (*GetRuleConfigContent_Response) GetContent

func (x *GetRuleConfigContent_Response) GetContent() *BodyContent

func (*GetRuleConfigContent_Response) ProtoMessage

func (*GetRuleConfigContent_Response) ProtoMessage()

func (*GetRuleConfigContent_Response) ProtoReflect

func (*GetRuleConfigContent_Response) Reset

func (x *GetRuleConfigContent_Response) Reset()

func (*GetRuleConfigContent_Response) String

type GetRuleNames

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

func (*GetRuleNames) Descriptor deprecated

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

Deprecated: Use GetRuleNames.ProtoReflect.Descriptor instead.

func (*GetRuleNames) ProtoMessage

func (*GetRuleNames) ProtoMessage()

func (*GetRuleNames) ProtoReflect

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

func (*GetRuleNames) Reset

func (x *GetRuleNames) Reset()

func (*GetRuleNames) String

func (x *GetRuleNames) String() string

type GetRuleNames_Request

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

func (*GetRuleNames_Request) Descriptor deprecated

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

Deprecated: Use GetRuleNames_Request.ProtoReflect.Descriptor instead.

func (*GetRuleNames_Request) ProtoMessage

func (*GetRuleNames_Request) ProtoMessage()

func (*GetRuleNames_Request) ProtoReflect

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

func (*GetRuleNames_Request) Reset

func (x *GetRuleNames_Request) Reset()

func (*GetRuleNames_Request) String

func (x *GetRuleNames_Request) String() string

type GetRuleNames_Response

type GetRuleNames_Response struct {
	Names []string `protobuf:"bytes,1,rep,name=names,proto3" json:"names,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRuleNames_Response) Descriptor deprecated

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

Deprecated: Use GetRuleNames_Response.ProtoReflect.Descriptor instead.

func (*GetRuleNames_Response) GetNames

func (x *GetRuleNames_Response) GetNames() []string

func (*GetRuleNames_Response) ProtoMessage

func (*GetRuleNames_Response) ProtoMessage()

func (*GetRuleNames_Response) ProtoReflect

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

func (*GetRuleNames_Response) Reset

func (x *GetRuleNames_Response) Reset()

func (*GetRuleNames_Response) String

func (x *GetRuleNames_Response) String() string

type GetSDKVersion added in v0.14.0

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

func (*GetSDKVersion) Descriptor deprecated added in v0.14.0

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

Deprecated: Use GetSDKVersion.ProtoReflect.Descriptor instead.

func (*GetSDKVersion) ProtoMessage added in v0.14.0

func (*GetSDKVersion) ProtoMessage()

func (*GetSDKVersion) ProtoReflect added in v0.14.0

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

func (*GetSDKVersion) Reset added in v0.14.0

func (x *GetSDKVersion) Reset()

func (*GetSDKVersion) String added in v0.14.0

func (x *GetSDKVersion) String() string

type GetSDKVersion_Request added in v0.14.0

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

func (*GetSDKVersion_Request) Descriptor deprecated added in v0.14.0

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

Deprecated: Use GetSDKVersion_Request.ProtoReflect.Descriptor instead.

func (*GetSDKVersion_Request) ProtoMessage added in v0.14.0

func (*GetSDKVersion_Request) ProtoMessage()

func (*GetSDKVersion_Request) ProtoReflect added in v0.14.0

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

func (*GetSDKVersion_Request) Reset added in v0.14.0

func (x *GetSDKVersion_Request) Reset()

func (*GetSDKVersion_Request) String added in v0.14.0

func (x *GetSDKVersion_Request) String() string

type GetSDKVersion_Response added in v0.14.0

type GetSDKVersion_Response struct {
	Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSDKVersion_Response) Descriptor deprecated added in v0.14.0

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

Deprecated: Use GetSDKVersion_Response.ProtoReflect.Descriptor instead.

func (*GetSDKVersion_Response) GetVersion added in v0.14.0

func (x *GetSDKVersion_Response) GetVersion() string

func (*GetSDKVersion_Response) ProtoMessage added in v0.14.0

func (*GetSDKVersion_Response) ProtoMessage()

func (*GetSDKVersion_Response) ProtoReflect added in v0.14.0

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

func (*GetSDKVersion_Response) Reset added in v0.14.0

func (x *GetSDKVersion_Response) Reset()

func (*GetSDKVersion_Response) String added in v0.14.0

func (x *GetSDKVersion_Response) String() string

type GetVersion

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

func (*GetVersion) Descriptor deprecated

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

Deprecated: Use GetVersion.ProtoReflect.Descriptor instead.

func (*GetVersion) ProtoMessage

func (*GetVersion) ProtoMessage()

func (*GetVersion) ProtoReflect

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

func (*GetVersion) Reset

func (x *GetVersion) Reset()

func (*GetVersion) String

func (x *GetVersion) String() string

type GetVersionConstraint added in v0.14.0

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

func (*GetVersionConstraint) Descriptor deprecated added in v0.14.0

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

Deprecated: Use GetVersionConstraint.ProtoReflect.Descriptor instead.

func (*GetVersionConstraint) ProtoMessage added in v0.14.0

func (*GetVersionConstraint) ProtoMessage()

func (*GetVersionConstraint) ProtoReflect added in v0.14.0

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

func (*GetVersionConstraint) Reset added in v0.14.0

func (x *GetVersionConstraint) Reset()

func (*GetVersionConstraint) String added in v0.14.0

func (x *GetVersionConstraint) String() string

type GetVersionConstraint_Request added in v0.14.0

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

func (*GetVersionConstraint_Request) Descriptor deprecated added in v0.14.0

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

Deprecated: Use GetVersionConstraint_Request.ProtoReflect.Descriptor instead.

func (*GetVersionConstraint_Request) ProtoMessage added in v0.14.0

func (*GetVersionConstraint_Request) ProtoMessage()

func (*GetVersionConstraint_Request) ProtoReflect added in v0.14.0

func (*GetVersionConstraint_Request) Reset added in v0.14.0

func (x *GetVersionConstraint_Request) Reset()

func (*GetVersionConstraint_Request) String added in v0.14.0

type GetVersionConstraint_Response added in v0.14.0

type GetVersionConstraint_Response struct {
	Constraint string `protobuf:"bytes,1,opt,name=constraint,proto3" json:"constraint,omitempty"`
	// contains filtered or unexported fields
}

func (*GetVersionConstraint_Response) Descriptor deprecated added in v0.14.0

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

Deprecated: Use GetVersionConstraint_Response.ProtoReflect.Descriptor instead.

func (*GetVersionConstraint_Response) GetConstraint added in v0.14.0

func (x *GetVersionConstraint_Response) GetConstraint() string

func (*GetVersionConstraint_Response) ProtoMessage added in v0.14.0

func (*GetVersionConstraint_Response) ProtoMessage()

func (*GetVersionConstraint_Response) ProtoReflect added in v0.14.0

func (*GetVersionConstraint_Response) Reset added in v0.14.0

func (x *GetVersionConstraint_Response) Reset()

func (*GetVersionConstraint_Response) String added in v0.14.0

type GetVersion_Request

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

func (*GetVersion_Request) Descriptor deprecated

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

Deprecated: Use GetVersion_Request.ProtoReflect.Descriptor instead.

func (*GetVersion_Request) ProtoMessage

func (*GetVersion_Request) ProtoMessage()

func (*GetVersion_Request) ProtoReflect

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

func (*GetVersion_Request) Reset

func (x *GetVersion_Request) Reset()

func (*GetVersion_Request) String

func (x *GetVersion_Request) String() string

type GetVersion_Response

type GetVersion_Response struct {
	Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*GetVersion_Response) Descriptor deprecated

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

Deprecated: Use GetVersion_Response.ProtoReflect.Descriptor instead.

func (*GetVersion_Response) GetVersion

func (x *GetVersion_Response) GetVersion() string

func (*GetVersion_Response) ProtoMessage

func (*GetVersion_Response) ProtoMessage()

func (*GetVersion_Response) ProtoReflect

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

func (*GetVersion_Response) Reset

func (x *GetVersion_Response) Reset()

func (*GetVersion_Response) String

func (x *GetVersion_Response) String() string

type ModuleCtxType

type ModuleCtxType int32
const (
	ModuleCtxType_MODULE_CTX_TYPE_UNSPECIFIED ModuleCtxType = 0
	ModuleCtxType_MODULE_CTX_TYPE_SELF        ModuleCtxType = 1
	ModuleCtxType_MODULE_CTX_TYPE_ROOT        ModuleCtxType = 2
)

func (ModuleCtxType) Descriptor

func (ModuleCtxType) Enum

func (x ModuleCtxType) Enum() *ModuleCtxType

func (ModuleCtxType) EnumDescriptor deprecated

func (ModuleCtxType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ModuleCtxType.Descriptor instead.

func (ModuleCtxType) Number

func (ModuleCtxType) String

func (x ModuleCtxType) String() string

func (ModuleCtxType) Type

type Range

type Range struct {
	Filename string     `protobuf:"bytes,1,opt,name=filename,proto3" json:"filename,omitempty"`
	Start    *Range_Pos `protobuf:"bytes,2,opt,name=start,proto3" json:"start,omitempty"`
	End      *Range_Pos `protobuf:"bytes,3,opt,name=end,proto3" json:"end,omitempty"`
	// contains filtered or unexported fields
}

func (*Range) Descriptor deprecated

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

Deprecated: Use Range.ProtoReflect.Descriptor instead.

func (*Range) GetEnd

func (x *Range) GetEnd() *Range_Pos

func (*Range) GetFilename

func (x *Range) GetFilename() string

func (*Range) GetStart

func (x *Range) GetStart() *Range_Pos

func (*Range) ProtoMessage

func (*Range) ProtoMessage()

func (*Range) ProtoReflect

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

func (*Range) Reset

func (x *Range) Reset()

func (*Range) String

func (x *Range) String() string

type Range_Pos

type Range_Pos struct {
	Line   int64 `protobuf:"varint,1,opt,name=line,proto3" json:"line,omitempty"`
	Column int64 `protobuf:"varint,2,opt,name=column,proto3" json:"column,omitempty"`
	Byte   int64 `protobuf:"varint,3,opt,name=byte,proto3" json:"byte,omitempty"`
	// contains filtered or unexported fields
}

func (*Range_Pos) Descriptor deprecated

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

Deprecated: Use Range_Pos.ProtoReflect.Descriptor instead.

func (*Range_Pos) GetByte

func (x *Range_Pos) GetByte() int64

func (*Range_Pos) GetColumn

func (x *Range_Pos) GetColumn() int64

func (*Range_Pos) GetLine

func (x *Range_Pos) GetLine() int64

func (*Range_Pos) ProtoMessage

func (*Range_Pos) ProtoMessage()

func (*Range_Pos) ProtoReflect

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

func (*Range_Pos) Reset

func (x *Range_Pos) Reset()

func (*Range_Pos) String

func (x *Range_Pos) String() string

type RuleSetClient

RuleSetClient is the client API for RuleSet 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.

func NewRuleSetClient

func NewRuleSetClient(cc grpc.ClientConnInterface) RuleSetClient

type RuleSetServer

RuleSetServer is the server API for RuleSet service. All implementations must embed UnimplementedRuleSetServer for forward compatibility

type RunnerClient

RunnerClient is the client API for Runner 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.

func NewRunnerClient

func NewRunnerClient(cc grpc.ClientConnInterface) RunnerClient

type RunnerServer

RunnerServer is the server API for Runner service. All implementations must embed UnimplementedRunnerServer for forward compatibility

type SchemaMode added in v0.14.0

type SchemaMode int32
const (
	SchemaMode_SCHEMA_MODE_UNSPECIFIED     SchemaMode = 0
	SchemaMode_SCHEMA_MODE_DEFAULT         SchemaMode = 1
	SchemaMode_SCHEMA_MODE_JUST_ATTRIBUTES SchemaMode = 2
)

func (SchemaMode) Descriptor added in v0.14.0

func (SchemaMode) Descriptor() protoreflect.EnumDescriptor

func (SchemaMode) Enum added in v0.14.0

func (x SchemaMode) Enum() *SchemaMode

func (SchemaMode) EnumDescriptor deprecated added in v0.14.0

func (SchemaMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use SchemaMode.Descriptor instead.

func (SchemaMode) Number added in v0.14.0

func (x SchemaMode) Number() protoreflect.EnumNumber

func (SchemaMode) String added in v0.14.0

func (x SchemaMode) String() string

func (SchemaMode) Type added in v0.14.0

type UnimplementedRuleSetServer

type UnimplementedRuleSetServer struct {
}

UnimplementedRuleSetServer must be embedded to have forward compatible implementations.

func (UnimplementedRuleSetServer) ApplyConfig

func (UnimplementedRuleSetServer) Check

func (UnimplementedRuleSetServer) GetConfigSchema

func (UnimplementedRuleSetServer) GetName

func (UnimplementedRuleSetServer) GetRuleNames

func (UnimplementedRuleSetServer) GetSDKVersion added in v0.14.0

func (UnimplementedRuleSetServer) GetVersion

func (UnimplementedRuleSetServer) GetVersionConstraint added in v0.14.0

type UnimplementedRunnerServer

type UnimplementedRunnerServer struct {
}

UnimplementedRunnerServer must be embedded to have forward compatible implementations.

func (UnimplementedRunnerServer) ApplyChanges added in v0.17.0

func (UnimplementedRunnerServer) EmitIssue

func (UnimplementedRunnerServer) EvaluateExpr

func (UnimplementedRunnerServer) GetFile

func (UnimplementedRunnerServer) GetFiles

func (UnimplementedRunnerServer) GetModulePath added in v0.12.0

func (UnimplementedRunnerServer) GetOriginalwd added in v0.15.0

type UnsafeRuleSetServer

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

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

type UnsafeRunnerServer

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

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

type ValueMark added in v0.16.0

type ValueMark struct {
	Path      *AttributePath `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Sensitive bool           `protobuf:"varint,2,opt,name=sensitive,proto3" json:"sensitive,omitempty"`
	// contains filtered or unexported fields
}

func (*ValueMark) Descriptor deprecated added in v0.16.0

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

Deprecated: Use ValueMark.ProtoReflect.Descriptor instead.

func (*ValueMark) GetPath added in v0.16.0

func (x *ValueMark) GetPath() *AttributePath

func (*ValueMark) GetSensitive added in v0.16.0

func (x *ValueMark) GetSensitive() bool

func (*ValueMark) ProtoMessage added in v0.16.0

func (*ValueMark) ProtoMessage()

func (*ValueMark) ProtoReflect added in v0.16.0

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

func (*ValueMark) Reset added in v0.16.0

func (x *ValueMark) Reset()

func (*ValueMark) String added in v0.16.0

func (x *ValueMark) String() string

Jump to

Keyboard shortcuts

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