| 39 | } |
| 40 | |
| 41 | type Signer interface { |
| 42 | GetSignedTimestamp(ctx context.Context) (*string, []byte, error) |
| 43 | } |
| 44 | |
| 45 | func GetTimestamp() string { |
| 46 | return time.Now().UTC().Format(time.RFC3339) |
no outgoing calls
no test coverage detected
searching dependent graphs…