--- Timestamp formatting helpers --- formatTimestamp formats a time.Time to "YYYY-MM-DDTHH:MM" display format.
(ts time.Time)
| 105 | } |
| 106 | |
| 107 | func selectConfiguredAccount(ctx context.Context) error { |
| 108 | client, err := clientForAccountSelection(ctx, rootSDK, cfg.AccountID) |
| 109 | if err != nil { |
| 110 | return err |
| 111 | } |
| 112 | sdk = client |
| 113 | return nil |
| 114 | } |
| 115 |
no outgoing calls