Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Svc ¶
type Svc interface {
HandPing(c context.Context, p *Ping) (*Ping, error)
CreateUser(c context.Context, user *User) error
ReadUser(c context.Context, uid int64) (*User, error)
UpdateUser(c context.Context, user *User) error
DeleteUser(c context.Context, uid int64) error
Ping(c context.Context) (err error)
Close()
}
Click to show internal directories.
Click to hide internal directories.