Documentation ¶
Index ¶
- func CurrentProject() (string, error)
- type Logger
- func (l *Logger) Close() error
- func (l *Logger) Debug(msg string)
- func (l *Logger) Debugf(format string, values ...any)
- func (l *Logger) Error(msg string)
- func (l *Logger) Errorf(format string, values ...any)
- func (l *Logger) Fatal(msg string)
- func (l *Logger) Fatalf(format string, values ...any)
- func (l *Logger) Info(msg string)
- func (l *Logger) Infof(format string, values ...any)
- func (l *Logger) Print(msg ...any)
- func (l *Logger) Printf(format string, values ...any)
- func (l *Logger) SetLvl(lvl logger.Level)
- func (l *Logger) Warn(msg string)
- func (l *Logger) Warnf(format string, values ...any)
- func (l *Logger) Write(data []byte) (int, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CurrentProject ¶
CurrentProject returns the current GCP project ID where the application is running.
Types ¶
Click to show internal directories.
Click to hide internal directories.