Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RestFulHello ¶
type RestFulHello struct { }
RestFulHello is a struct used for implementation of restfull hello program
func (*RestFulHello) Sayhello ¶
func (r *RestFulHello) Sayhello(b *rf.Context)
Sayhello is a method used to reply user with hello
func (*RestFulHello) Sayhi ¶
func (r *RestFulHello) Sayhi(b *rf.Context)
Sayhi is a method used to reply user with hello world text
func (*RestFulHello) URLPatterns ¶
func (r *RestFulHello) URLPatterns() []rf.Route
URLPatterns helps to respond for corresponding API calls
Click to show internal directories.
Click to hide internal directories.