Versions in this module Expand all Collapse all v0 v0.1.0 Oct 5, 2019 Changes in this version + type Action interface + GetField func() string + GetNext func() interface{} + GetPrev func() interface{} + GetType func() Type + String func() string + type Class interface + GetClass func() rbxapi.Class + type Differ interface + Diff func() []Action + type Enum interface + GetEnum func() rbxapi.Enum + type EnumItem interface + GetEnum func() rbxapi.Enum + GetEnumItem func() rbxapi.EnumItem + type Member interface + GetClass func() rbxapi.Class + GetMember func() rbxapi.Member + type Patcher interface + Patch func([]Action) + type Type int + const Add + const Change + const Remove + func (t Type) String() string