Files
sonr/pkg/services/credentials/options.go
T

7 lines
74 B
Go
Raw Normal View History

package credentials
type Config struct {
RpName string
RpID string
}