- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for TestARN_String (0.12 sec)
-
internal/arn/arn_test.go
// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. package arn import ( "reflect" "testing" ) func TestARN_String(t *testing.T) { tests := []struct { arn ARN want string }{ { arn: ARN{ Partition: "minio", Service: "iam", Region: "us-east-1", ResourceType: "role",
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Apr 04 08:31:34 UTC 2024 - 5.1K bytes - Viewed (0)