Initialize narratio Go module and CLI scaffold
This commit is contained in:
7
internal/contracts/session.go
Normal file
7
internal/contracts/session.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package contracts
|
||||
|
||||
// SessionManifest is a placeholder durable session-run contract.
|
||||
type SessionManifest struct {
|
||||
Schema string `json:"schema"`
|
||||
SessionID string `json:"session_id"`
|
||||
}
|
||||
Reference in New Issue
Block a user