Codebase list golang-github-nlopes-slack / bf6f425
fix(search): added blocks to SearchMessage struct #<description> #<footer> #Types: ## build: Système de build (example : gulp, webpack, npm) ## ci: Intégration continue (example scopes: Travis, Circle, BrowserStack, SauceLabs) ## docs: Documentation ## feat: Ajout d'une fonctionnalité ## fix: Correction de bogue ## perf: Amélioration des performances ## refactor: Changement du code qui ne change rien au fonctionnement ## style: Changement du style du code (sans changer la logique) ## test: Modification des tests #Portée: ## définit quelle partie de votre librairie / application est affectée par le commit (cette information est optionnelle) Alexandre Couedelo authored 4 years ago James committed 4 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
4040 User string `json:"user"`
4141 Username string `json:"username"`
4242 Timestamp string `json:"ts"`
43 Blocks Blocks `json:"blocks,omitempty"`
4344 Text string `json:"text"`
4445 Permalink string `json:"permalink"`
4546 Attachments []Attachment `json:"attachments"`