Schema

data class Schema(val channelName: String, val schema: FateSchema<*>) : FateLogEntry

Schema definition entry for a channel.

Constructors

Link copied to clipboard
constructor(channelName: String, schema: FateSchema<*>)

Properties

Link copied to clipboard
Link copied to clipboard