Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ShareHandler ¶
type ShareHandler struct {
// contains filtered or unexported fields
}
func NewShareHandler ¶
func NewShareHandler(db *redis.Client) *ShareHandler
func (*ShareHandler) Share ¶
func (s *ShareHandler) Share(w http.ResponseWriter, r *http.Request)
type ShareInput ¶
type ShareInput struct {}
type SharedDocument ¶
type SharedDocument struct {}
type SharedHandler ¶
type SharedHandler struct {
// contains filtered or unexported fields
}
func NewSharedHandler ¶
func NewSharedHandler(db *redis.Client) *SharedHandler
func (*SharedHandler) Shared ¶
func (s *SharedHandler) Shared(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.