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

Method GetUsername

backend/generated-go/store/instance.pb.go:806–811  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

804}
805
806func (x *DataSource) GetUsername() string {
807 if x != nil {
808 return x.Username
809 }
810 return ""
811}
812
813func (x *DataSource) GetPassword() string {
814 if x != nil {

Calls

no outgoing calls