godns/cache.go

14 lines
114 B
Go

package main
type Cache struct {
config CacheSettings
}
func (c *Cache) Get() {
}
func (c *Cache) Set() {
}