Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brunoga/go-webservice-sample
/ types & classes
Types & classes
3 in github.com/brunoga/go-webservice-sample
⨍
Functions
18
◇
Types & classes
3
Struct
GuestBook
GuestBook represents a Guest Book instance. It holds the associated GuestBookEntries.
guestbook/guestbook.go:33
Struct
GuestBookEntry
GuestBookEntry represents a single entry in a Guest Book. It contains the usual fields.
guestbook/guestbook.go:24
Interface
WebService
WebService is the interface that should be implemented by types that want to provide web services.
webservice/webservice.go:25