package
0.0.0-20211210010330-9d8b9bc21829
Repository: https://github.com/undeconstructed/sample.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Empty is empty.
FetchJob tells a fetcher to do something.
FetchReport says how a fetch went.
FetchWork tells a fetcher all its jobs.
FetchWorkRequest requests serve work.
OutputArticle is how the frontend presents articles.
OutputFeed is how the frontend serves data.
RestSource is a source as known by the config service.
RestSources is a list of sources.
RestSourceSpec to put new sources into config server.
RestSourceStatus is how a source appears to be functioning.
ServeFeed defines a remote data source.
ServeWork is a collection of data sources.
ServeWorkRequest requests serve work.
StoreArticle is an article in the store.
StoreGetFeedRequest is how to request articles from the store.
StoreGetFeedResponse is some articles from the store.
StorePostFeedRequest is how to put articles into the store.
StorePostFeedResponse is nothing.
UnimplementedConfigServer can be embedded to have forward compatible implementations.
UnimplementedStoreServer can be embedded to have forward compatible implementations.
UnimplementedUserServer can be embedded to have forward compatible implementations.

# Interfaces

ConfigClient is the client API for Config service.
ConfigServer is the server API for Config service.
Service is a simple service.
StoreClient is the client API for Store service.
StoreServer is the server API for Store service.
UserClient is the client API for User service.
UserServer is the server API for User service.