Documentation
¶
Index ¶
- type Driver
- type Session
- func (s *Session) LookupObject(ctx context.Context, idDigest string) (dagql.Object, error)
- func (s *Session) LookupObjectID(ctx context.Context, idDigest string) (*call.ID, error)
- func (s *Session) Self() dagql.Object
- func (s *Session) Tools() []bbi.Tool
- func (s *Session) TypeWasReturned(typename string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Session ¶
func (*Session) LookupObject ¶
func (*Session) LookupObjectID ¶
func (*Session) TypeWasReturned ¶
Return true if the given dagql type has been returned to the model at least once We use this for tool optimization
Click to show internal directories.
Click to hide internal directories.