Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MemUser1 = gotuna.InMemoryUser{
UniqueID: "123",
Email: "john@example.com",
Name: "John",
Password: "pass123",
}
View Source
var MemUser2 = gotuna.InMemoryUser{
UniqueID: "456",
Email: "bob@example.com",
Name: "Bob",
Password: "bobby5",
}
Functions ¶
func NewFileSystemStub ¶
func NewGorillaSessionStoreSpy ¶
func NewGorillaSessionStoreSpy(userID string) *storeSpy
func NewStubTemplatingEngine ¶
func NewStubTemplatingEngine(template string) gotuna.TemplatingEngine
func NewUserRepositoryStub ¶
func NewUserRepositoryStub() gotuna.UserRepository
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.