Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CombinedContext ¶
type CombinedContext struct {
SocialContext
}
func NewContext ¶
func NewContext(db *sqlxcache.DB, rootPath string) (cc *CombinedContext)
type CombinedSchema ¶
type CombinedSchema struct { }
func (*CombinedSchema) SharedProject ¶
func (s *CombinedSchema) SharedProject(ctx context.Context, w http.ResponseWriter, req *http.Request, payload *SharedProjectPayload) ([]*Meta, error)
func (*CombinedSchema) SharedWorkspace ¶
func (s *CombinedSchema) SharedWorkspace(ctx context.Context, rw http.ResponseWriter, req *http.Request, payload *SharedWorkspacePayload) ([]*Meta, error)
type MetaSchema ¶
type MetaSchema interface {}
type SharedProjectPayload ¶
type SharedProjectPayload struct {
// contains filtered or unexported fields
}
type SharedWorkspacePayload ¶
type SharedWorkspacePayload struct {
// contains filtered or unexported fields
}
type SocialContext ¶
type SocialContext struct {
// contains filtered or unexported fields
}
func (*SocialContext) Register ¶
func (sc *SocialContext) Register(r *mux.Router)
func (*SocialContext) SharedProject ¶
func (sc *SocialContext) SharedProject(ctx context.Context, w http.ResponseWriter, req *http.Request) ([]*Meta, error)
func (*SocialContext) SharedWorkspace ¶
func (sc *SocialContext) SharedWorkspace(ctx context.Context, w http.ResponseWriter, req *http.Request) ([]*Meta, error)
Click to show internal directories.
Click to hide internal directories.