Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CredentialsVerifier ¶
func CredentialsVerifier(db *sql.DB) oauth.CredentialsVerifier
Types ¶
type ResponseBuffer ¶
type ResponseBuffer interface {
http.ResponseWriter
Status() int
Body() []byte
Flush(w http.ResponseWriter) error
}
func NewResponseBuffer ¶
func NewResponseBuffer() ResponseBuffer
Click to show internal directories.
Click to hide internal directories.