edmarfelipe / serviceweaver-example

Service Weaver example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Service Weaver Example

Application for demonstrating the use of Service Weaver for a blog.

Components

Posts

  • GetPost: Get a single post by slug
  • GetLatestPosts: Get the last 10 posts
  • CreatePost: Create a new post

Comments

  • GetByPost: Get first 5 comments by post id
  • CreateComment: Create a comment for post id

About

Service Weaver example


Languages

Language:Go 98.1%Language:Makefile 1.9%