mirror of
https://github.com/sipeed/picoclaw.git
synced 2026-06-12 18:08:54 +00:00
8 lines
109 B
Go
8 lines
109 B
Go
package providers
|
|
|
|
import (
|
|
"github.com/sipeed/picoclaw/pkg/auth"
|
|
)
|
|
|
|
var getCredential = auth.GetCredential
|