timeline

package
v1.0.0-beta1 Latest Latest
Warning

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

Go to latest
Published: Oct 9, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Type_name = map[int32]string{
		0:  "NoType",
		1:  "First",
		2:  "Singling",
		3:  "Second",
		4:  "Doubling",
		5:  "SecondOf2",
		6:  "SecondOf3",
		7:  "SecondOf4",
		8:  "SecondOf2And4",
		9:  "SecondOf5",
		10: "SecondOf6",
		11: "SecondOf7",
		12: "SecondOf8",
		13: "Bis",
		14: "Intro",
	}
	Type_value = map[string]int32{
		"NoType":        0,
		"First":         1,
		"Singling":      2,
		"Second":        3,
		"Doubling":      4,
		"SecondOf2":     5,
		"SecondOf3":     6,
		"SecondOf4":     7,
		"SecondOf2And4": 8,
		"SecondOf5":     9,
		"SecondOf6":     10,
		"SecondOf7":     11,
		"SecondOf8":     12,
		"Bis":           13,
		"Intro":         14,
	}
)

Enum value maps for Type.

View Source
var File_musicmodel_v1_symbols_timeline_timeline_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type TimeLine

type TimeLine struct {
	Type         Type              `protobuf:"varint,1,opt,name=type,proto3,enum=musicmodel.v1.symbols.timeline.Type" json:"type,omitempty"`
	BoundaryType boundary.Boundary `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TimeLine) Descriptor deprecated

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

Deprecated: Use TimeLine.ProtoReflect.Descriptor instead.

func (*TimeLine) GetBoundaryType

func (x *TimeLine) GetBoundaryType() boundary.Boundary

func (*TimeLine) GetType

func (x *TimeLine) GetType() Type

func (*TimeLine) ProtoMessage

func (*TimeLine) ProtoMessage()

func (*TimeLine) ProtoReflect

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

func (*TimeLine) Reset

func (x *TimeLine) Reset()

func (*TimeLine) String

func (x *TimeLine) String() string

type Type

type Type int32
const (
	Type_NoType        Type = 0
	Type_First         Type = 1
	Type_Singling      Type = 2
	Type_Second        Type = 3
	Type_Doubling      Type = 4
	Type_SecondOf2     Type = 5
	Type_SecondOf3     Type = 6
	Type_SecondOf4     Type = 7
	Type_SecondOf2And4 Type = 8
	Type_SecondOf5     Type = 9
	Type_SecondOf6     Type = 10
	Type_SecondOf7     Type = 11
	Type_SecondOf8     Type = 12
	Type_Bis           Type = 13
	Type_Intro         Type = 14
)

func (Type) Descriptor

func (Type) Descriptor() protoreflect.EnumDescriptor

func (Type) Enum

func (x Type) Enum() *Type

func (Type) EnumDescriptor deprecated

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

Deprecated: Use Type.Descriptor instead.

func (Type) MarshalYAML

func (x Type) MarshalYAML() (any, error)

func (Type) Number

func (x Type) Number() protoreflect.EnumNumber

func (Type) String

func (x Type) String() string

func (Type) Type

func (Type) Type() protoreflect.EnumType

func (*Type) UnmarshalYAML

func (x *Type) UnmarshalYAML(unmarshal func(any) error) error

Jump to

Keyboard shortcuts

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