// This file is generated by "./lib/proto/generate" package proto /* Preload */ // PreloadRuleSetID Unique id type PreloadRuleSetID string // PreloadRuleSet Corresponds to SpeculationRuleSet type PreloadRuleSet struct { // ID ... ID PreloadRuleSetID `json:"id"` // LoaderID Identifies a document which the rule set is associated with. LoaderID NetworkLoaderID `json:"loaderId"` // SourceText Source text of JSON representing the rule set. If it comes from //