mirror of
https://github.com/simon-ding/polaris.git
synced 2026-02-06 23:21:00 +08:00
7 lines
146 B
Go
7 lines
146 B
Go
package server
|
|
|
|
import "github.com/gin-gonic/gin"
|
|
|
|
func (s *Server) GetRunningActivities(c *gin.Context) (interface{}, error) {
|
|
return nil, nil
|
|
} |