9 lines
175 B
Go
9 lines
175 B
Go
|
|
// Code generated by apigen. DO NOT EDIT.
|
||
|
|
|
||
|
|
package models
|
||
|
|
|
||
|
|
type SubmittedBy struct {
|
||
|
|
UserID string `json:"userId,omitempty"`
|
||
|
|
Username string `json:"username,omitempty"`
|
||
|
|
}
|