6 lines
57 B
Go
6 lines
57 B
Go
package model
|
|
|
|
type AmpliEvent struct {
|
|
UserID string
|
|
}
|
package model
|
|
|
|
type AmpliEvent struct {
|
|
UserID string
|
|
}
|