mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 21:09:11 +00:00
7 lines
74 B
Go
7 lines
74 B
Go
|
package credentials
|
||
|
|
||
|
type Config struct {
|
||
|
RpName string
|
||
|
RpID string
|
||
|
}
|