mysqlpb

package
v1.6.0 Latest Latest
Warning

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

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

Documentation

Overview

Package mysqlpb contains protobuf definitions used by the mysql implementation.

Index

Constants

This section is empty.

Variables

View Source
var File_options_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type StorageOptions

type StorageOptions struct {

	// subtreeRevisions being explicitly set to false will skip writing subtree revisions.
	// https://github.com/google/trillian/pull/3201
	SubtreeRevisions bool `protobuf:"varint,1,opt,name=subtreeRevisions,proto3" json:"subtreeRevisions,omitempty"`
	// contains filtered or unexported fields
}

StorageOptions contains configuration parameters for MySQL implementation of the storage backend. This is envisioned only to be used for changes that would be breaking, but need to support old behaviour for backwards compatibility.

func (*StorageOptions) Descriptor deprecated

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

Deprecated: Use StorageOptions.ProtoReflect.Descriptor instead.

func (*StorageOptions) GetSubtreeRevisions

func (x *StorageOptions) GetSubtreeRevisions() bool

func (*StorageOptions) ProtoMessage

func (*StorageOptions) ProtoMessage()

func (*StorageOptions) ProtoReflect

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

func (*StorageOptions) Reset

func (x *StorageOptions) Reset()

func (*StorageOptions) String

func (x *StorageOptions) String() string

Jump to

Keyboard shortcuts

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