Documentation ¶
Index ¶
Constants ¶
View Source
const DBNAME = "urlshort.db"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BucketCreationError ¶
type BucketCreationError struct {
// contains filtered or unexported fields
}
func (*BucketCreationError) Error ¶
func (e *BucketCreationError) Error() string
type Connection ¶
type Connection struct {
// contains filtered or unexported fields
}
var Conn Connection
func (*Connection) AddRoute ¶
func (Conn *Connection) AddRoute(route RouteData) error
func (*Connection) CloseConnection ¶
func (Conn *Connection) CloseConnection()
Click to show internal directories.
Click to hide internal directories.