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