Documentation
¶
Overview ¶
The rbxdhist package is used to parse logs involving the deployment of Roblox builds.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TimeZone *time.Location = nil
Specifies the location to use when parsing dates. If nil, the assumed location will be "America/Los_Angeles", which is loaded according to time.LoadLocation. If an error occurs, then times will be parsed as local.
Functions ¶
This section is empty.
Types ¶
type Job ¶
type Job struct {
Action string
Build string
GUID string
Time time.Time
Version rbxver.Version
GitHash string
}
func (*Job) MarshalJSON ¶
func (*Job) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.