generate: Make the table type an alias so we don't have a million of em
This commit is contained in:
parent
cbfb513933
commit
4575fa229b
@ -24,7 +24,7 @@ const preamble = `
|
||||
|
||||
const static = `
|
||||
// Table is a KTV table with an undefined schema.
|
||||
type Table map[uint16] any
|
||||
type Table = map[uint16] any
|
||||
|
||||
// Message is any message that can be sent along this protocol.
|
||||
type Message interface {
|
||||
|
Loading…
x
Reference in New Issue
Block a user