chattersvc import "github.com/goadesign/goa/examples/chatter/gen/chatter"
Overview Index Subdirectories Overview Index Constants Variables func NewEchoerEndpoint(s Service, authJWTFn security.AuthJWTFunc) goa.Endpoint func NewHistoryEndpoint(s Service, authJWTFn security.AuthJWTFunc) goa.Endpoint func NewListenerEndpoint(s Service, authJWTFn security.AuthJWTFunc) goa.Endpoint func NewLoginEndpoint(s Service, authBasicFn security.AuthBasicFunc) goa.Endpoint func NewSummaryEndpoint(s Service, authJWTFn security.AuthJWTFunc) goa.Endpoint func NewViewedChatSummary(res *ChatSummary, view string) *chattersvcviews.ChatSummary func NewViewedChatSummaryCollection(res ChatSummaryCollection, view string) chattersvcviews.ChatSummaryCollection type ChatSummary func NewChatSummary(vres *chattersvcviews.ChatSummary) *ChatSummary type ChatSummaryCollection func NewChatSummaryCollection(vres chattersvcviews.ChatSummaryCollection) ChatSummaryCollection type Client func NewClient(login, echoer, listener, summary, history goa.
↧