package
0.0.0-20210805064653-46677ce56296
Repository: https://github.com/go-fed/apcore.git
Documentation: pkg.go.dev

# Functions

CreateKeyFile writes a symmetric key of random bytes to a file.
DoCollectionPagination examines the query parameters of an IRI, and uses it to either fetch the bare ordered collection without values, the very last ordered collection page, or an arbitrary ordered collection page using the provided fetching functions.
DoPagination examines the query parameters of an IRI, and uses it to either fetch the bare ordered collection without values, the very last ordered collection page, or an arbitrary ordered collection page using the provided fetching functions.
UpdateCollectionToPrependCalls takes new beginning elements of a collection in order to generate calls to PrependFn in order.

# Variables

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
CreateUserParameters contains all parameters needed to create a user & Actor.
Crypto service provides high level service methods relating to crypto operations.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
HashPasswordParameters contains values used in generating secrets.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
OAuth2 implements services for the oauth2 server package.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

AnyCPageFn fetches any arbitrary CollectionPage.
AnyOCPageFn fetches any arbitrary OrderedCollectionPage.
LastCPageFn fetches the last page of an Collection.
LastOCPageFn fetches the last page of an OrderedCollection.
PrependFn are functions that prepend items to a collection.