godns/cache.go

14 lines
114 B
Go
Raw Normal View History

2013-07-23 11:10:38 +00:00
package main
type Cache struct {
config CacheSettings
}
func (c *Cache) Get() {
}
func (c *Cache) Set() {
}