Documentation
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func (*Service) Register ¶
func (s *Service) Register(r *gin.RouterGroup, auth *user.AuthService)
Directories
Path | Synopsis |
---|---|
decorator | Package decorator contains all implementations of LabelStrategy. |
input | Package input defines several different data inputs. |
matrix | Package matrix abstracts the source data as Plane, and then pixelates it into a matrix for display on the front end. |
region | |
storage | Package storage stores the input axes in order, and can get a Plane by time interval. |