1// Code generated by sqlc. DO NOT EDIT. 2// versions: 3// sqlc v1.27.0 4 5package mostliked 6 7type Lang struct { 8 Uri string 9 Lang string 10} 11 12type Post struct { 13 Uri string 14 CreateTs int64 15 Likes int64 16}