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