/gokit-microservices

microservices examples with go-kit

Primary LanguageGoMIT LicenseMIT

gokit-microservices

some microservices using go-kit

Services

1. Authentication Service
    1. Login(Jwt)
    2. Header Authorization Middleware(compatible with mux and pure http)
2. Users Service
    1. Create User(CREATE Request)
    2. Delete User(DELETE Request)
    3. Get User(GET Request)
    4. Update User(PUT Request)

LICENSE

Licensed under the MIT license.