Skip to content

Commit

Permalink
Merge pull request #9 from nautik-io/main
Browse files Browse the repository at this point in the history
Make `GroupVersionResource` conform to `Codable`
  • Loading branch information
iabudiab authored Sep 9, 2023
2 parents 4b483a3 + 0d57106 commit 8ddd7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Model/GroupVersionResource.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import Foundation
///
/// GroupVersionResource unambiguously identifies a resource.
///
public struct GroupVersionResource: Hashable {
public struct GroupVersionResource: Hashable, Codable {
/// The group of the resource.
public let group: String
/// The version of the resource.
Expand Down

0 comments on commit 8ddd7d3

Please sign in to comment.