MCPcopy Create free account
hub / github.com/bytebase/bytebase / newProvider

Function newProvider

backend/plugin/webhook/feishu/app.go:32–38  ·  view source on GitHub ↗
(id, secret string)

Source from the content-addressed store, hash-verified

30}
31
32func newProvider(id, secret string) *provider {
33 return &provider{
34 id: id,
35 secret: secret,
36 c: &http.Client{},
37 }
38}
39
40// tenantAccessTokenResponse is the response of GetTenantAccessToken.
41type tenantAccessTokenResponse struct {

Callers 2

postDirectMessageFunction · 0.70
ValidateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected