Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DemoDB ¶
type DemoDB struct {
Name string
}
DemoDB is a lightweight stand-in for a singleton database client. In real projects this can be replaced with *gorm.DB. @Service
type UserService ¶
type UserService struct{}
@Service
func NewUserService ¶
func NewUserService() *UserService
func (*UserService) BuildModifyUserResponse ¶
func (*UserService) BuildWSReply ¶
func (s *UserService) BuildWSReply(msg []byte) []byte
Click to show internal directories.
Click to hide internal directories.