• B
    Implement room state retrieval endpoint (#254) · 02180633
    Brendan Abolivier 提交于
    * Move prev event structure to component-wide types
    
    * Renamed key for better understandability
    
    * Implement /state endpoint
    
    * Change rowsToEvents() to return an empty slice instead of nil in case of empty result set
    
    * Doc
    
    * Fix forgotten comma
    
    * Specify HTTP method
    
    * Update comment
    
    * Remove debug fmt.Println
    02180633
types.go 5.1 KB