mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-31 00:12:25 -05:00 
			
		
		
		
	tiny experiments
This commit is contained in:
		
					parent
					
						
							
								ac9c6b6251
							
						
					
				
			
			
				commit
				
					
						cd39566f5f
					
				
			
		
					 1 changed files with 9 additions and 0 deletions
				
			
		|  | @ -28,6 +28,7 @@ import ( | ||||||
| 	"sync" | 	"sync" | ||||||
| 	"time" | 	"time" | ||||||
| 
 | 
 | ||||||
|  | 	"github.com/go-fed/activity/streams" | ||||||
| 	"github.com/go-fed/activity/streams/vocab" | 	"github.com/go-fed/activity/streams/vocab" | ||||||
| 	"github.com/go-pg/pg/extra/pgdebug" | 	"github.com/go-pg/pg/extra/pgdebug" | ||||||
| 	"github.com/go-pg/pg/v10" | 	"github.com/go-pg/pg/v10" | ||||||
|  | @ -239,6 +240,14 @@ func (ps *postgresService) Get(ctx context.Context, id *url.URL) (value vocab.Ty | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| func (ps *postgresService) Create(ctx context.Context, asType vocab.Type) error { | func (ps *postgresService) Create(ctx context.Context, asType vocab.Type) error { | ||||||
|  | 	t, err := streams.NewTypeResolver() | ||||||
|  | 	if err != nil { | ||||||
|  | 		return err | ||||||
|  | 	} | ||||||
|  | 	if err := t.Resolve(ctx, asType); err != nil { | ||||||
|  | 		return err | ||||||
|  | 	} | ||||||
|  | 	asType.GetTypeName() | ||||||
| 	return nil | 	return nil | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue