Documentation
¶
Index ¶
- func PatchTypeString(typ patch.Type, mode string) string
- type Action
- func (a *Action) GetClass() rbxapi.Class
- func (a *Action) GetElement() interface{}
- func (a *Action) GetElementType() string
- func (a *Action) GetEnum() rbxapi.Enum
- func (a *Action) GetEnumItem() rbxapi.EnumItem
- func (a *Action) GetField() string
- func (a *Action) GetMember() rbxapi.Member
- func (a *Action) GetNext() interface{}
- func (a *Action) GetPrev() interface{}
- func (a *Action) GetType() patch.Type
- func (a *Action) SetMember(member rbxapi.Member)
- func (a *Action) String() string
- type Build
- type Info
- type Patch
- type Settings
- type Value
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Action ¶
type Action struct {
Type patch.Type
Index int `json:"-"`
Class *rbxapijson.Class `json:",omitempty"`
Property *rbxapijson.Property `json:",omitempty"`
Function *rbxapijson.Function `json:",omitempty"`
Event *rbxapijson.Event `json:",omitempty"`
Callback *rbxapijson.Callback `json:",omitempty"`
Enum *rbxapijson.Enum `json:",omitempty"`
EnumItem *rbxapijson.EnumItem `json:",omitempty"`
Field string `json:",omitempty"`
Prev *Value `json:",omitempty"`
Next *Value `json:",omitempty"`
}
func MakeSubactions ¶
Generates a list of actions for each member of the element.
func WrapActions ¶
func (*Action) GetElement ¶
func (a *Action) GetElement() interface{}
func (*Action) GetElementType ¶
func (*Action) GetEnumItem ¶
type Patch ¶
type Settings ¶
type Settings struct {
// Configs maps an identifying name to a fetch configuration.
Configs map[string]fetch.Config
// UseConfigs specifies the logical concatenation of the fetch configs
// defined in the Configs setting. Builds from these configs are read
// sequentially.
UseConfigs []string
// DisableRewind sets whether rewinding is enabled. If true, builds that are
// not yet live will be included.
DisableRewind bool
}
Click to show internal directories.
Click to hide internal directories.