Registry / utility / light-service

light-service

JSON →
library0.21.0rbrubygemsunverified

A service skeleton with an emphasis on simplicity

gem install light-service
INSTALL
IMPORT
SIG · LIGHT-SERVICE
L
light-service
utilityrubyv0.21.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

LightService
require 'light-service'

Define and execute a simple service action

require 'light-service' class MyAction include LightService::Action executed do |ctx| ctx[:result] = 'done' end end result = MyAction.execute puts result[:result]
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.21.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
light-service — gem install light-service · libregistry