Documentation ¶
Overview ¶
The histlog package is used to parse logs involving the deployment of Roblox builds.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Token ¶
type Token interface { json.Marshaler json.Unmarshaler // contains filtered or unexported methods }
type Version ¶
type Version struct {
Major, Minor, Maint, Build int
}
func VersionFromString ¶
func (Version) MarshalJSON ¶
func (*Version) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.