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

Method GetLastLoginWorkspace

backend/generated-go/store/user.pb.go:277–282  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

275}
276
277func (x *UserProfile) GetLastLoginWorkspace() string {
278 if x != nil {
279 return x.LastLoginWorkspace
280 }
281 return ""
282}
283
284// WorkloadIdentityConfig stores OIDC configuration for workload identity.
285type WorkloadIdentityConfig struct {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected