Searched defs:Frontend (Results 1 – 3 of 3) sorted by relevance
58 func (c *Conf) Frontend() Frontend { func
95 func (c *Config) NewFunc(fe Frontend, cache *Cache) *Func {730 func (f *Func) Frontend() Frontend { return f.fe } func
143 type Frontend interface { interface