Versions in this module Expand all Collapse all v0 v0.0.1 Oct 21, 2022 Changes in this version + type Github struct + CreatedAt time.Time + Email string + ID string + Password string + TenantID string + UpdatedAt time.Time + Username string + func GetMyGithubConfig(c context.Context, tenantID, email string) (*Github, error) + func (Github) TableName() string + func (e *Github) C() *mongo.Collection + func (e *Github) Make()