kaffix 0.0.1

Build your own microservice
Documentation
1
2
3
4
5
6
7
use crate::service::Service;

pub struct Context;

impl Context {
    pub fn publish<T: Service>(&self, _message: T) {}
}