Versions in this module Expand all Collapse all v2 v2.2.1 Sep 25, 2024 Changes in this version + type GetResult struct + func Get(ctx context.Context, client *gophercloud.ServiceClient, accessID string) (r GetResult) + func (r GetResult) Extract() (*ShareAccess, error) + type ListResult struct + func List(ctx context.Context, client *gophercloud.ServiceClient, shareID string) (r ListResult) + func (r ListResult) Extract() ([]ShareAccess, error) + type ShareAccess struct + AccessKey string + AccessLevel string + AccessTo string + AccessType string + CreatedAt time.Time + ID string + Metadata map[string]any + ShareID string + State string + UpdatedAt time.Time + func (r *ShareAccess) UnmarshalJSON(b []byte) error