Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F13893530
user.go
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
518 B
Subscribers
None
user.go
View Options
package
writeas
import
(
"time"
)
type
(
// AuthUser represents a just-authenticated user. It contains information
// that'll only be returned once (now) per user session.
AuthUser
struct
{
AccessToken
string
`json:"access_token,omitempty"`
Password
string
`json:"password,omitempty"`
User
*
User
`json:"user"`
}
// User represents a registered Write.as user.
User
struct
{
Username
string
`json:"username"`
Email
string
`json:"email"`
Created
time
.
Time
`json:"created"`
}
)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 12, 5:00 PM (1 d, 16 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3638999
Attached To
rWGO writeas-go
Event Timeline
Log In to Comment