Documentation ¶
Overview ¶
Package service defines all the business logic of the program.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fib ¶
type Fib struct {
// contains filtered or unexported fields
}
func (*Fib) FlushToFile ¶
FlushToFile flushes everything that we have in the cache to disk.
func (*Fib) LoadFromFile ¶
LoadFromFile loads the cache memory from the storage file given by the filename. If it's empty it's no-op. If it doesn't exist, it will create it.
Click to show internal directories.
Click to hide internal directories.