// Code generated by sqlc. DO NOT EDIT. // versions: // sqlc v1.13.0 package store import ( "time" "github.com/google/uuid" ) type User struct { ID uuid.UUID TwitterID string Username string Name string AccessToken string RefreshToken string DeleteTweetsEnabled bool DeleteTweetsNumPerIteration int32 CreatedAt time.Time UpdatedAt time.Time }