MCPcopy Create free account
hub / github.com/openclaw/gogcli / Chat

Method Chat

internal/googleapi/factory.go:80–82  ·  view source on GitHub ↗
(ctx context.Context, account string)

Source from the content-addressed store, hash-verified

78}
79
80func (f Factory) Chat(ctx context.Context, account string) (*chat.Service, error) {
81 return NewChat(f.withAuth(ctx), account)
82}
83
84func (f Factory) Classroom(ctx context.Context, account string) (*classroom.Service, error) {
85 return NewClassroom(f.withAuth(ctx), account)

Callers 1

chatServiceFunction · 0.80

Calls 2

withAuthMethod · 0.95
NewChatFunction · 0.85

Tested by

no test coverage detected