feat: add services and separate further
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package assets
|
||||
|
||||
import "time"
|
||||
|
||||
type KeyRequestBody struct {
|
||||
Name string `json:"name"`
|
||||
// post request must contain valid: RFC3339 timestamp
|
||||
ExpiresAt time.Time `json:"expiresAt"`
|
||||
}
|
||||
Reference in New Issue
Block a user