Versions in this module Expand all Collapse all v0 v0.4.1 Sep 23, 2024 Changes in this version + type FieldMapper struct + func NewFieldMapper(v any) (*FieldMapper, error) + func (f *FieldMapper) Fields() []string + func (f *FieldMapper) Len() int + func (f *FieldMapper) StructFieldName(tag string) (string, bool) v0.4.0 Sep 17, 2024 Changes in this version + type ResourceSet struct + func New(v any, resource accesstypes.Resource, ...) (*ResourceSet, error) + func (r *ResourceSet) Contains(fieldName string) bool + func (r *ResourceSet) Fields() []string + func (r *ResourceSet) RequiredPermission() accesstypes.Permission + func (r *ResourceSet) Resource(fieldName string) accesstypes.Resource