package io.reproto.blog-1.0.0

Blog-related abstractions.

Examples

Rust Example:

fn main() {
    let hello = "world";
}

Java Example:

public static class Foo {
    public void hello() {
        System.out.println("Hello World");
    }
}

Types

Post

A blog post with comments.

PostEntry

A simplified post entry.

Comment

A comment by a user.

Interfaces

User

Information about a user.

Enums

Post :: Length
no documentation :(

Services

Blob

The blog service.