this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

properties must be public

+3 -3
+3 -3
Sources/Vault/Vault.swift
··· 8 8 import Foundation 9 9 10 10 public struct KeychainConfiguration { 11 - let serviceName: String 12 - let accessGroup: String? 13 - let accountName: String 11 + public let serviceName: String 12 + public let accessGroup: String? 13 + public let accountName: String 14 14 } 15 15 16 16 public enum VaultError: Error {