Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterTypes ¶
func RegisterTypes()
Types ¶
type ArchiveIndex ¶
type ArchiveIndex map[string]ArchiveIndexItem
ArchiveIndex is a list of dependencies.
type ArchiveIndexItem ¶
type ArchiveIndexItem struct { Hash string // Hash of the js file Unchanged bool // Unchanged is true if the package already exists in the client cache. }
ArchiveIndexItem is an item in ArchiveIndex. Unchanged is true if the client already has cached as specified by Cache in the Update message. Unchanged dependencies are not sent as Archive messages.
Click to show internal directories.
Click to hide internal directories.