dev
This commit is contained in:
parent
be4627be5a
commit
643b977e4b
@ -40,7 +40,8 @@ type Donat struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type Target struct {
|
type Target struct {
|
||||||
ID TargetID `db:"id"`
|
ID TargetID `db:"id"`
|
||||||
|
StreamerID StreamerID `db:"streamer_id"`
|
||||||
|
|
||||||
Text string `db:"text"`
|
Text string `db:"text"`
|
||||||
Collected DonatAmount `db:"collected"`
|
Collected DonatAmount `db:"collected"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user