blob: 319cb6667ddda05193ecf9a95f07aa14a12971ee [file] [log] [blame]
// +build OMIT
package sample // OMIT
type Modifier struct {
pmod *profile.Modifier
cache map[string]time.Time
client *client.Client
mu sync.RWMutex // HL
}