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