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