Documentation ¶ Index ¶ type Storage func NewStorage(storagePath string) (*Storage, error) func (s *Storage) DeleteURL(alias string) error func (s *Storage) GetURL(alias string) (string, error) func (s *Storage) SaveURL(urlToSave string, alias string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Storage ¶ type Storage struct { // contains filtered or unexported fields } func NewStorage ¶ func NewStorage(storagePath string) (*Storage, error) func (*Storage) DeleteURL ¶ func (s *Storage) DeleteURL(alias string) error func (*Storage) GetURL ¶ func (s *Storage) GetURL(alias string) (string, error) func (*Storage) SaveURL ¶ func (s *Storage) SaveURL(urlToSave string, alias string) error Source Files ¶ View all Source files sqilte.go Click to show internal directories. Click to hide internal directories.