Versions in this module Expand all Collapse all v0 v0.2.7 Oct 29, 2025 Changes in this version + var File_examples_protos_custom_extension_example_custom_config_proto protoreflect.FileDescriptor + type ApplicationConfig struct + Customize *v1.CustomizeConfig + func (*ApplicationConfig) Descriptor() ([]byte, []int) + func (*ApplicationConfig) ProtoMessage() + func (m *ApplicationConfig) Validate() error + func (m *ApplicationConfig) ValidateAll() error + func (x *ApplicationConfig) GetCustomize() *v1.CustomizeConfig + func (x *ApplicationConfig) ProtoReflect() protoreflect.Message + func (x *ApplicationConfig) Reset() + func (x *ApplicationConfig) String() string + type ApplicationConfigMultiError []error + func (m ApplicationConfigMultiError) AllErrors() []error + func (m ApplicationConfigMultiError) Error() string + type ApplicationConfigValidationError struct + func (e ApplicationConfigValidationError) Cause() error + func (e ApplicationConfigValidationError) Error() string + func (e ApplicationConfigValidationError) ErrorName() string + func (e ApplicationConfigValidationError) Field() string + func (e ApplicationConfigValidationError) Key() bool + func (e ApplicationConfigValidationError) Reason() string + type CustomConfig struct + CustomField string + CustomNumber int32 + Items []string + Nested *CustomConfig_NestedConfig + func (*CustomConfig) Descriptor() ([]byte, []int) + func (*CustomConfig) ProtoMessage() + func (m *CustomConfig) Validate() error + func (m *CustomConfig) ValidateAll() error + func (x *CustomConfig) GetCustomField() string + func (x *CustomConfig) GetCustomNumber() int32 + func (x *CustomConfig) GetItems() []string + func (x *CustomConfig) GetNested() *CustomConfig_NestedConfig + func (x *CustomConfig) ProtoReflect() protoreflect.Message + func (x *CustomConfig) Reset() + func (x *CustomConfig) String() string + type CustomConfigMultiError []error + func (m CustomConfigMultiError) AllErrors() []error + func (m CustomConfigMultiError) Error() string + type CustomConfigValidationError struct + func (e CustomConfigValidationError) Cause() error + func (e CustomConfigValidationError) Error() string + func (e CustomConfigValidationError) ErrorName() string + func (e CustomConfigValidationError) Field() string + func (e CustomConfigValidationError) Key() bool + func (e CustomConfigValidationError) Reason() string + type CustomConfig_NestedConfig struct + Enabled bool + Name string + func (*CustomConfig_NestedConfig) Descriptor() ([]byte, []int) + func (*CustomConfig_NestedConfig) ProtoMessage() + func (m *CustomConfig_NestedConfig) Validate() error + func (m *CustomConfig_NestedConfig) ValidateAll() error + func (x *CustomConfig_NestedConfig) GetEnabled() bool + func (x *CustomConfig_NestedConfig) GetName() string + func (x *CustomConfig_NestedConfig) ProtoReflect() protoreflect.Message + func (x *CustomConfig_NestedConfig) Reset() + func (x *CustomConfig_NestedConfig) String() string + type CustomConfig_NestedConfigMultiError []error + func (m CustomConfig_NestedConfigMultiError) AllErrors() []error + func (m CustomConfig_NestedConfigMultiError) Error() string + type CustomConfig_NestedConfigValidationError struct + func (e CustomConfig_NestedConfigValidationError) Cause() error + func (e CustomConfig_NestedConfigValidationError) Error() string + func (e CustomConfig_NestedConfigValidationError) ErrorName() string + func (e CustomConfig_NestedConfigValidationError) Field() string + func (e CustomConfig_NestedConfigValidationError) Key() bool + func (e CustomConfig_NestedConfigValidationError) Reason() string