Versions in this module Expand all Collapse all v1 v1.0.1 Oct 5, 2024 Changes in this version + type DBType int + const Postgres + const Sqlite + type Database struct + DB *sql.DB + DBType DBType v1.0.0 Oct 3, 2024 Changes in this version + type InterServiceMessage struct + ForServiceID uuid.UUID + Message any + MessageType uint64 + SentAt time.Time + ServiceID uuid.UUID + type Permissions struct + Authenticate bool + BlobStorage bool + Database bool + InterServiceCommunication bool + Resources bool + type Service struct + Name string + Permissions Permissions + ServiceID uuid.UUID + type ServiceInitializationInformation struct + Configuration map[string]interface{} + Domain string + Inbox <-chan InterServiceMessage + Outbox chan<- InterServiceMessage + ResourceDir fs.FS + Router *chi.Mux Other modules containing this package git.ailur.dev/ailur/fg-library/v2 git.ailur.dev/ailur/fg-library/v3