Liking cljdoc? Tell your friends :D

common-clj.porteiro.adapters.customer


customer-token->wireclj

(customer-token->wire token)

Inputs: [token :- s/Str] Returns: wire.out.customer/CustomerToken

Inputs: [token :- s/Str]
Returns: wire.out.customer/CustomerToken
sourceraw docstring

internal->wireclj

(internal->wire {:customer/keys [id username roles name] :or {roles []}})

Inputs: [{:customer/keys [id username roles name], :or {roles []}} :- models.customer/Customer] Returns: wire.out.customer/Customer

Inputs: [{:customer/keys [id username roles name], :or {roles []}} :- models.customer/Customer]
Returns: wire.out.customer/Customer
sourceraw docstring

wire->internalclj

(wire->internal {:keys [username password name]})

Inputs: [{:keys [username password name]} :- wire.in.customer/Customer] Returns: models.customer/Customer

Inputs: [{:keys [username password name]} :- wire.in.customer/Customer]
Returns: models.customer/Customer
sourceraw docstring

wire->internal-customer-authenticationclj

(wire->internal-customer-authentication {:keys [username password]})

Inputs: [{:keys [username password]} :- wire.in.customer/CustomerAuthentication] Returns: models.customer/CustomerAuthentication

Inputs: [{:keys [username password]} :- wire.in.customer/CustomerAuthentication]
Returns: models.customer/CustomerAuthentication
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close