type cloud.google.com/go/logging.Client
9 uses
cloud.google.com/go/logging (current package)
logging.go#L104: type Client struct {
logging.go#L139: func NewClient(ctx context.Context, parent string, opts ...option.ClientOption) (*Client, error) {
logging.go#L152: client := &Client{
logging.go#L189: func (c *Client) Ping(ctx context.Context) error {
logging.go#L205: func (c *Client) error(err error) {
logging.go#L216: func (c *Client) extractErrorInfo() error {
logging.go#L231: client *Client
logging.go#L430: func (c *Client) Logger(logID string, opts ...LoggerOption) *Logger {
logging.go#L481: func (c *Client) Close() error {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |