Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Github ¶
type Github struct {
ID string `bson:"_id" json:"id"`
TenantID string `bson:"tenantID" json:"tenantID"`
Email string `bson:"email" json:"email"`
Username string `bson:"username" json:"username"`
Password string `bson:"password" json:"password"`
CreatedAt time.Time `json:"createdAt" bson:"createdAt"`
UpdatedAt time.Time `json:"updatedAt" bson:"updatedAt"`
}
func GetMyGithubConfig ¶
GetMyGithubConfig 获取当前用户的github配置
func (*Github) C ¶
func (e *Github) C() *mongo.Collection
Click to show internal directories.
Click to hide internal directories.