Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Jira ¶
type Jira struct { Host string `bson:"host" json:"host"` User string `bson:"user" json:"user"` AccessToken string `bson:"access_token" json:"access_token"` CreatedAt int64 `bson:"created_at" json:"created_at"` UpdatedAt int64 `bson:"updated_at" json:"updated_at"` DeletedAt int64 `bson:"deleted_at" json:"deleted_at"` }
Click to show internal directories.
Click to hide internal directories.