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