ProgramName returns the name of the app's binary. It may be a file name in CAMLI_APP_BINDIR or PATH, or an absolute path.
()
| 505 | // ProgramName returns the name of the app's binary. It may be a file name in |
| 506 | // CAMLI_APP_BINDIR or PATH, or an absolute path. |
| 507 | func (a *Handler) ProgramName() string { |
| 508 | return a.name |
| 509 | } |
| 510 | |
| 511 | // AuthMode returns the app handler's auth mode, which is also the auth that the |
| 512 | // app's client will be configured with. This mode should be registered with |
no outgoing calls
no test coverage detected