Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceCache ¶
type ServiceCache struct {
// contains filtered or unexported fields
}
func NewServiceCache ¶
func NewServiceCache() *ServiceCache
func (*ServiceCache) Get ¶
func (sc *ServiceCache) Get(url string) int
func (*ServiceCache) GetString ¶
func (sc *ServiceCache) GetString(url string) string
func (*ServiceCache) Set ¶
func (sc *ServiceCache) Set(url string, status_code int)
func (*ServiceCache) ToReadableMap ¶
func (sc *ServiceCache) ToReadableMap() map[string]string
Click to show internal directories.
Click to hide internal directories.