this repo has no description
at main 158 B view raw
1package models 2 3import "time" 4 5type Delete struct { 6 Did string `ch:"did"` 7 Rkey string `ch:"rkey"` 8 CreatedAt time.Time `ch:"created_at"` 9}