mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-14 00:43:28 +00:00
renamed data file to structs, will be used to define composed types
This commit is contained in:
6
extensions/armatak/structs.go
Normal file
6
extensions/armatak/structs.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package main
|
||||
|
||||
type Payload struct {
|
||||
Content string `json:"content"`
|
||||
Username string `json:"username,omitempty"` // Optional field
|
||||
}
|
||||
Reference in New Issue
Block a user